Skip to content

Commit 8f79222

Browse files
committed
fix: deploy workflow
1 parent 00f4fad commit 8f79222

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
version=$(jq -r '.version' package.json)
2626
nanocl version
27-
nanocl state apply -- --version $version
27+
nanocl state apply -s Statefile.yml -- --version $version
2828
env:
2929
HOST: ${{ secrets.NANOCL_HOST }}
3030
CERT: ${{ secrets.NANOCL_CERT }}

0 commit comments

Comments
 (0)