Skip to content

Commit

Permalink
master: add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Oct 1, 2023
1 parent adba6b1 commit 3b1e84d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Deploy to production
uses: fjogeleit/http-request-action@v1
with:
url: https://semaphore.ttt.trojsten.sk/api/project/1/tasks
data: '{"template_id": 6}'
bearerToken: ${{ secrets.SEMAPHORE_KEY }}

0 comments on commit 3b1e84d

Please sign in to comment.