Skip to content

Commit

Permalink
Update ec2-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer authored Jan 24, 2024
1 parent 523365f commit 54fb5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
REMOTE_USER: ${{ secrets.USERNAME }}
TARGET: ${{ secrets.TARGET_DIR }}
ARGS: --delete
EXCLUDE: prod.env dev.env
EXCLUDE: prod.env, dev.env
SCRIPT_AFTER: |
cd ${{ secrets.TARGET_DIR }}
sudo docker-compose up -d --build app-prod
Expand Down

0 comments on commit 54fb5f2

Please sign in to comment.