Skip to content

Commit

Permalink
ci: deploy using multiple commits
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Jan 29, 2023
1 parent 6015055 commit 36cf20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function deployAsSingleCommit() {
}

function deploy() {
cp -avr "$WEB_DIR/public/"* "$ECLIPSE_REPO_DIR"git --git-dir "$ECLIPSE_REPO_DIR/.git" --work-tree "$ECLIPSE_REPO_DIR" commit -m "CI: Website updated" --signoff
cp -avr "$WEB_DIR/public/"* "$ECLIPSE_REPO_DIR"
git --git-dir "$ECLIPSE_REPO_DIR/.git" --work-tree "$ECLIPSE_REPO_DIR" add "$ECLIPSE_REPO_DIR"
git --git-dir "$ECLIPSE_REPO_DIR/.git" --work-tree "$ECLIPSE_REPO_DIR" commit -m "CI: Website updated" --signoff
git --git-dir "$ECLIPSE_REPO_DIR/.git" --work-tree "$ECLIPSE_REPO_DIR" push -f origin main
Expand Down

0 comments on commit 36cf20e

Please sign in to comment.