Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart authored Dec 20, 2023
1 parent d01d7b8 commit 41c9138
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and redeploy
name: build and push

on:
workflow_dispatch
Expand Down Expand Up @@ -26,13 +26,3 @@ jobs:
context: "{{defaultContext}}:api"
push: true
tags: emartps/tools-discoverer-api:latest

redeploy:
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 }}

0 comments on commit 41c9138

Please sign in to comment.