We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc54fb commit 8514652Copy full SHA for 8514652
1 file changed
.github/workflows/deploy.yaml
@@ -24,6 +24,7 @@ jobs:
24
key: ${{ secrets.DEPLOY_SERVER_SSH_KEY }}
25
script: |
26
cd ${{ secrets.DEPLOY_PATH }} && git pull
27
+ echo "${{ env.sha_short }}"
28
microk8s ctr image import img.tar && rm img.tar
29
cd infra/helm
30
microk8s helm upgrade -f ./qmra/${{ inputs.environment }}.values.yaml qmra ./qmra -n qmra --set app_secret_key.value=${{ secrets.APP_SECRET_KEY }},image.tag=${{ env.sha_short }}
0 commit comments