Skip to content

Commit

Permalink
github actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Mar 1, 2023
1 parent 58b3934 commit 7081312
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ jobs:
with:
push: true
tags: emartps/tools-discoverer-nuxt:latest

redeploy:
on:
release:
types: [published]
name: Redeploy webhook call
runs-on: ubuntu-18.04
needs: [docker]
steps:
- name: Deploy docker container webhook
uses: joelwmale/webhook-action@master
env:
WEBHOOK_URL: ${{ secrets.DEPLOY_WEBHOOK_URL }}
data: "{ 'myField': 'myFieldValue'}"

0 comments on commit 7081312

Please sign in to comment.