Skip to content

Commit

Permalink
fix db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisSenicourt committed May 15, 2024
1 parent d68dab5 commit 1d275c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ push:
ssh -o StrictHostKeyChecking=no -p $(SSH_PORT) $(SSH_USER)@$(SSH_HOST) "cd $(APP_PATH) \
&& echo ACCESS_TOKEN_KEY=$(ACCESS_TOKEN_KEY) > $(APP_PATH)/.env \
&& echo REFRESH_TOKEN_KEY=$(REFRESH_TOKEN_KEY) >> $(APP_PATH)/.env \
&& echo DB_PASSWORD=$(DB_PASSWORD) >> $(APP_PATH)/.env \
&& npm i && systemctl restart ycap-back"

0 comments on commit 1d275c9

Please sign in to comment.