Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 19, 2024
1 parent f515071 commit 488912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
VERSION=$(jq -r '.version' package.json)
nanocl version
echo $VERSION
nanocl state apply -s Statefile.yml -- --version $VERSION
nanocl state apply -ys Statefile.yml -- --version $VERSION
env:
HOST: ${{ secrets.NANOCL_HOST }}
CERT: ${{ secrets.NANOCL_CERT }}
Expand Down

0 comments on commit 488912c

Please sign in to comment.