Skip to content

Commit

Permalink
Merge pull request #37 from rtCamp/cicd/fix-env-update
Browse files Browse the repository at this point in the history
Update env in container during deployment
  • Loading branch information
Xieyt authored Feb 2, 2024
2 parents 86e3fd9 + ae8080b commit 42ae328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/deploy/addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ handle_after_build(){
remote_execute "$APP_PATH" "ln -sfn $RELEASE_FOLDER_NAME current"
info "Restarting server"
remote_execute "$REMOTE_PATH" 'docker compose restart server'
remote_execute "$REMOTE_PATH" 'docker compose up -d'
}

retain_releases(){
Expand Down

0 comments on commit 42ae328

Please sign in to comment.