Skip to content

Commit

Permalink
fix sidekiq env
Browse files Browse the repository at this point in the history
  • Loading branch information
libredmm committed May 26, 2024
1 parent 83e811a commit 8608acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DEPLOY_DEST=librefanza

scp .env .env.production $DEPLOY_DEST:~/librefanza/
ssh $DEPLOY_DEST "cd ~/librefanza && git pull --rebase"
ssh $DEPLOY_DEST "cd ~/librefanza && git pull --rebase && sudo docker compose up --build -d"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
sidekiq:
env_file:
- .env
- .production.env
- .env.production
restart: always
build: .
links:
Expand Down

0 comments on commit 8608acf

Please sign in to comment.