From c94618d071aa4ab72fa5035813d5c1130df0886b Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Wed, 10 Feb 2021 01:57:49 +0100 Subject: Improve discord notifications --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 65303864..205bb0f6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -89,7 +89,7 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_SEVEN_WONDERS }} uses: Ilshidur/action-discord@0.3.0 with: - args: 'Deploying new version ([see changes]({{ EVENT_PAYLOAD.compare }}))...' + args: "[Build #${{github.run_id}}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}): Deploying new version `${{ env.DOCKERHUB_USER }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG_BUILD }}` ([see changes]({{ EVENT_PAYLOAD.compare }}))..." - name: Deploy to DigitalOcean Kubernetes run: kubectl apply -f kubernetes/server.yml -- cgit