Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Apr 2, 2024
1 parent 20f1b32 commit a81c8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
git reset --hard FETCH_HEAD
cd /home/ec2-user/danswer/deployment/docker_compose
source .env
echo "Running Docker compose"
docker compose -p danswer-stack -f docker-compose.prod.yml up -d --pull always --force-recreate
echo "Running Docker"
docker compose -p danswer-stack -f docker-compose.prod.yml up -d --force-recreate
EOF

0 comments on commit a81c8d1

Please sign in to comment.