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