Skip to content

Commit

Permalink
ci: test actual deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 23, 2024
1 parent 6967c92 commit 6fc3340
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
steps:
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- run: echo would have been deployed
# - uses: shuttle-hq/deploy-action@v2
# with:
# shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
# project-id: ${{ secrets.SHUTTLE_PROJ_ID }}
- uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: ${{ secrets.SHUTTLE_PROJ_ID }}
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 6fc3340

Please sign in to comment.