Skip to content

Commit

Permalink
workflow: add shuttle-run action to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
2205u committed Jun 24, 2024
1 parent 667ac96 commit 0a8701e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
name: "amd"
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'
17 changes: 17 additions & 0 deletions .github/workflows/shuttle-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: shuttle-deploy
on:
pull_request:
branches: [ "main", "develop" ]

jobs:
deploy-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run shuttle project locally.
uses: denytwice/shuttle-deploy@v1.0
with:
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'

0 comments on commit 0a8701e

Please sign in to comment.