Skip to content

Commit

Permalink
corr: fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
iagocpv committed Oct 23, 2024
1 parent 862a3ac commit 49f9d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployEC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run Docker Compose
run: |
ssh ${{ env.SSH_OPTIONS }} 'sudo docker-compose up'
ssh ${{ env.SSH_OPTIONS }} 'cd /home/ubuntu/tupan-back/ && sudo docker-compose up'
- name: Cleanup SSH key
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Django CI

on:
push:
branches: [ "**" ]
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 49f9d47

Please sign in to comment.