Skip to content

Commit 1ab36b4

Browse files
committed
mounted certs when running migrations
1 parent ffb3042 commit 1ab36b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
cd docker-compose
4343
docker pull cornellappdev/uplift-dev:$IMAGE_TAG
4444
# temporary container to run migrations
45-
docker run --rm --env-file uplift.env cornellappdev/uplift-dev:$IMAGE_TAG flask --app migrations db upgrade
45+
docker run --rm --env-file uplift.env -v ./certs:/usr/src/app/certs cornellappdev/uplift-dev:$IMAGE_TAG flask --app migrations db upgrade
4646
sudo systemctl restart nginx
4747
docker stack deploy -c docker-compose.yml the-stack --with-registry-auth

0 commit comments

Comments
 (0)