Skip to content

Commit

Permalink
add exit to promote from stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Jun 21, 2024
1 parent 0b81a4e commit 86fc3ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jetty-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ function main() {
if [[ $directive == "promote-from-stage" ]]; then
check_environment;
deploy_site "$STAGE_DIR" "$RELEASE_DIR";

exit 0;
fi

# print usage
Expand Down

0 comments on commit 86fc3ed

Please sign in to comment.