We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84cf33d + 466f30f commit 3212829Copy full SHA for 3212829
.github/workflows/deploy.yml
@@ -0,0 +1,16 @@
1
+name: Shuttle Deploy
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ workflow_dispatch:
8
9
+jobs:
10
+ deploy:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: shuttle-hq/deploy-action@main
14
+ with:
15
+ deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
16
+ name: "root"
.github/workflows/shuttle-run.yml
@@ -0,0 +1,14 @@
+name: shuttle-run
+ pull_request:
+ branches: [ "master", "develop" ]
+ run-project:
+ - name: Checkout
+ uses: actions/checkout@v4
+ - name: Run shuttle project locally.
+ uses: ivinjabraham/shuttle-run@v1.1
0 commit comments