Skip to content

Commit

Permalink
feat: merge from dev (#28)
Browse files Browse the repository at this point in the history
* feat: response improvement stat command (#23)

* fix: naming conventions and indentation (#25)

* feat: update container action (#27)

---------

Co-authored-by: Esteve Autet Alexe <[email protected]>
  • Loading branch information
alexcraviotto and stifskere authored Mar 23, 2024
1 parent 6ef4b82 commit cfbcf97
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker Image
name: Publish Docker Image and update bot's server

on:
pull_request:
Expand Down Expand Up @@ -35,4 +35,11 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update container in bot's server
if: success()
run: |
curl -X POST -H "Content-Type: application/json" -d '{"image": "alexcrav/saasbot"}' $WEBHOOK_SERVER
env:
WEBHOOK_SERVER: ${{ secrets.WEBHOOK_SERVER }}

0 comments on commit cfbcf97

Please sign in to comment.