Skip to content

Commit

Permalink
feat: remove update-portainer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Mar 28, 2023
1 parent 6a6a1bc commit 7a1a18b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,3 @@ jobs:
echo VERSION=$VERSION
docker tag $BRANCH_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
update-portainer:
needs: production-deploy
runs-on: ubuntu-latest
steps:
- name: post to webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
method: 'POST'
timeout: 180000

0 comments on commit 7a1a18b

Please sign in to comment.