Skip to content

Commit 8514652

Browse files
committed
echo sha_short...
1 parent 5cc54fb commit 8514652

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
key: ${{ secrets.DEPLOY_SERVER_SSH_KEY }}
2525
script: |
2626
cd ${{ secrets.DEPLOY_PATH }} && git pull
27+
echo "${{ env.sha_short }}"
2728
microk8s ctr image import img.tar && rm img.tar
2829
cd infra/helm
2930
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

Comments
 (0)