added an echo to the container recreation step
All checks were successful
Docker Build / Build and Push Images (push) Successful in 12s

This commit is contained in:
Seaswimmer 2024-08-01 14:05:38 -04:00
parent aac0f60865
commit 3c7c1345c9
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -28,4 +28,6 @@ jobs:
push: true
tags: www.coastalcommits.com/zenith/mediawiki:latest
- name: Recreate the MediaWiki container
run: curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
run: |
echo "Sending request to Portainer to recreate the MediaWiki container"
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}