Skip to content

Commit 488912c

Browse files
committed
fix: deploy workflow
1 parent f515071 commit 488912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
VERSION=$(jq -r '.version' package.json)
2626
nanocl version
2727
echo $VERSION
28-
nanocl state apply -s Statefile.yml -- --version $VERSION
28+
nanocl state apply -ys Statefile.yml -- --version $VERSION
2929
env:
3030
HOST: ${{ secrets.NANOCL_HOST }}
3131
CERT: ${{ secrets.NANOCL_CERT }}

0 commit comments

Comments
 (0)