We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f515071 commit 488912cCopy full SHA for 488912c
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
VERSION=$(jq -r '.version' package.json)
26
nanocl version
27
echo $VERSION
28
- nanocl state apply -s Statefile.yml -- --version $VERSION
+ nanocl state apply -ys Statefile.yml -- --version $VERSION
29
env:
30
HOST: ${{ secrets.NANOCL_HOST }}
31
CERT: ${{ secrets.NANOCL_CERT }}
0 commit comments