Skip to content

Commit

Permalink
Update addon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Xieyt committed Dec 12, 2023
1 parent 1013277 commit 51502fe
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 @@ -52,7 +52,7 @@ handle_build_server(){
info "App Build: Started"
remote_execute "$REMOTE_PATH" "ln -sfn $APP_REMOTE_RELEASE_PATH $REMOTE_PATH/builder"
echo "::group::Remote Build log."
remote_execute "$REMOTE_PATH" "docker compose up builder --no-log-prefix"
remote_execute "$REMOTE_PATH" "docker compose up builder --no-log-prefix --exit-code-from builder"
echo "::endgroup::"
BUILD_STANDALONE_STATUS="$?"

Expand Down

0 comments on commit 51502fe

Please sign in to comment.