aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-25 14:35:35 +0100
committerGravatar Joe Banks <[email protected]>2020-08-25 14:35:52 +0100
commitefa7fceabb5978bdb6d5053cd016b81942a9ec89 (patch)
treef2ff07751d07fcb14852d6b859cc47ae740a1183
parentuse latest convention instead of Git SHA for Docker (diff)
Auto-deploy script
-rw-r--r--.github/workflows/deploy.yml10
1 files changed, 10 insertions, 0 deletions
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 }}