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