Skip to content

Commit 00f4fad

Browse files
committed
fix: deploy workflow
1 parent 56a7962 commit 00f4fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Deploy to production
2424
run: |
2525
version=$(jq -r '.version' package.json)
26+
nanocl version
2627
nanocl state apply -- --version $version
2728
env:
2829
HOST: ${{ secrets.NANOCL_HOST }}

0 commit comments

Comments
 (0)