aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}