Disable auto-deploy
This commit is contained in:
parent
4ff8f90225
commit
a808a51c6d
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@ -44,14 +44,14 @@ jobs:
|
|||||||
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
||||||
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
||||||
|
|
||||||
deploy:
|
# deploy:
|
||||||
name: Update Portainer Deployment
|
# name: Update Portainer Deployment
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs: publish
|
# needs: publish
|
||||||
steps:
|
# steps:
|
||||||
- uses: fjogeleit/http-request-action@v1
|
# - uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
# with:
|
||||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
# url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
method: POST
|
# method: POST
|
||||||
timeout: 60000
|
# timeout: 60000
|
||||||
preventFailureOnNoResponse: "true"
|
# preventFailureOnNoResponse: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user