Skip to content

Commit

Permalink
Adding build command
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Apr 2, 2024
1 parent 985185a commit 7c4e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
git reset --hard FETCH_HEAD
cd /home/ec2-user/danswer/deployment/docker_compose
source .env
docker-compose -p danswer-stack -f docker-compose.prod.yml up -d --force-recreate
docker-compose -p danswer-stack -f docker-compose.prod.yml up --build -d --force-recreate
EOF

0 comments on commit 7c4e2a9

Please sign in to comment.