Skip to content

Commit

Permalink
ec2 deploy exclude .env
Browse files Browse the repository at this point in the history
  • Loading branch information
matbragan committed May 4, 2024
1 parent db247d8 commit d2baea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
SOURCE: "./"
TARGET: "/home/ubuntu/ancine-database"
ARGS: "-rltgoDzvO --delete"
EXCLUDE: "/.git/, /.github/, /venv/, /downloads/, /__pycache__/"
EXCLUDE: "/.git/, /.github/, /venv/, /downloads/, **.env, /__pycache__/"
SCRIPT_AFTER: |
echo "Orchestration deployed"
cd /home/ubuntu/ancine-database && docker compose up -d --build

0 comments on commit d2baea7

Please sign in to comment.