Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-kr committed Apr 3, 2024
1 parent 894294d commit 7b293fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
working-directory: "backend"
name: "my-project"
name: "node-shuttle"
allow-dirty: "true"
no-test: "true"
cargo-shuttle-version: "0.28.1"
cargo-shuttle-version: "0.43.0"
secrets: |
NODE_ENV = '${{ secrets.NODE_ENV }}' || 'production'
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'

0 comments on commit 7b293fe

Please sign in to comment.