[ci] disable container auto-deploy

This commit is contained in:
West14
2022-04-21 15:22:05 +03:00
parent 749f4e0dcd
commit fc7b341f49
+7 -7
View File
@@ -37,10 +37,10 @@ jobs:
push: ${{ github.ref == 'refs/heads/dev' }}
tags: ${{ secrets.REGISTRY_URL }}/west/telegram-bot:latest,
${{ secrets.REGISTRY_URL }}/west/telegram-bot:${{ steps.commit_sha.outputs.sha_short }}
-
name: Redeploy container
uses: fjogeleit/http-request-action@v1
if: ${{ github.ref == 'refs/heads/dev' }}
with:
url: ${{ secrets.CONTAINER_WEBHOOK }}
method: 'POST'
#-
# name: Redeploy container
# uses: fjogeleit/http-request-action@v1
# if: ${{ github.ref == 'refs/heads/dev' }}
# with:
# url: ${{ secrets.CONTAINER_WEBHOOK }}
# method: 'POST'