Skip to content

Commit

Permalink
actions: Update Auto Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcarreon123 authored Feb 19, 2024
1 parent 4d3a0d2 commit c372310
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: sh-jb-1

steps:
- uses: actions/checkout@v2

- name: Stop App
run: |
docker stop liberation
Expand All @@ -19,3 +21,14 @@ jobs:
cd ~/Liberation
git pull
docker compose up -d --build
- name: Send Commit done Message
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-title: Liberation Staging is now on commit `${{ github.sha }}`!
embed-description: |
Commit Message: ${{ github.event.head_commit.message }}
Author: ${{ github.triggering_actor }}

0 comments on commit c372310

Please sign in to comment.