From efa7fceabb5978bdb6d5053cd016b81942a9ec89 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 25 Aug 2020 14:35:35 +0100 Subject: Auto-deploy script --- .github/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b98f902..d99ceb2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,3 +23,13 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com + + trigger_autodeploy: + name: Trigger Auto-Deploy + runs-on: ubuntu-latest + + steps: + - name: curl + uses: wei/curl@v1 + with: + args: -X POST ${{ secrets.AUTODEPLOY_URL }} -- cgit v1.2.3