Skip to content

Commit

Permalink
Update container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoSuzumi committed Jun 7, 2023
1 parent c31f3e7 commit ff44acf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/container.yml
Expand Up @@ -60,21 +60,23 @@ jobs:
hoshinosuzumi/ctfever:latest
ghcr.io/uniiemstudio/ctfever:${{ steps.get_version.outputs.VERSION }}
ghcr.io/uniiemstudio/ctfever:latest
deploy:
name: "Trigger automatic pull"
runs-on: ${{ matrix.os }}
needs:
- build

strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 16 ]

steps:
- name: Trigger webhook
- name: Webhook POST Action
# You may pin to the exact commit or the version.
# uses: magdemajt/trigger-webhook@edc83d0c964b43640521e976fd3c0821317aeec9
uses: magdemajt/trigger-webhook@v1
# uses: muinmomin/webhook-action@7c067ef19e5de3aca7aebda32628f1d08d06bf89
uses: muinmomin/webhook-action@v1.0.0
with:
# URL to send the request to
# URL of webhook to send post request to
url: ${{ secrets.DEPLOY_WEBHOOK }}

1 comment on commit ff44acf

@vercel
Copy link

@vercel vercel bot commented on ff44acf Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.