Skip to content

Commit

Permalink
Merge pull request #40 from rtCamp/cicd/fix-deployment
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
Xieyt authored Feb 2, 2024
2 parents 0b3dd37 + de4edfa commit a2b6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy/addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +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'
remote_execute "$REMOTE_PATH" 'docker compose up -d server'
}

retain_releases(){
Expand Down

0 comments on commit a2b6a3a

Please sign in to comment.