From 3c7c1345c922f32ca301d7147549c2555875ae9c Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Thu, 1 Aug 2024 14:05:38 -0400 Subject: [PATCH] added an echo to the container recreation step --- .forgejo/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 26d7557..8eb39d1 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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 }}