Skip to content

Commit

Permalink
fix wrong path of env file
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdev committed Mar 2, 2024
1 parent 91734a6 commit ad54129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

source /home/selab/hosting/.env.prod
docker compose -f docker-compose.prod.yml --env-file /home/selab/hosting/.env.prod build
docker compose -f docker-compose.prod.yml --env-file /home/selab/hosting/.env.prod up -d --force-recreate --remove-orphans
docker compose -f docker-compose.prod.yml --env-file /home/selab2/hosting/.env.prod build
docker compose -f docker-compose.prod.yml --env-file /home/selab2/hosting/.env.prod up -d --force-recreate --remove-orphans

0 comments on commit ad54129

Please sign in to comment.