Skip to content

Commit

Permalink
[CI/CD] Update trigger paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SyzSteM committed Jan 24, 2024
1 parent 1f63054 commit cadb203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '.github/workflows/ci.yml'
- '.github/workflows/docker-compose-restart.yml'
- 'docker-compose.prod.yaml'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Restart Services
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.DROPLET_IP_ADDRESS }}
username: root
Expand Down

0 comments on commit cadb203

Please sign in to comment.