Skip to content

Commit

Permalink
Prep 4 s3 Deploy[3]: (Force) Push to Deploy Branches - create new bra…
Browse files Browse the repository at this point in the history
…nch b4 push (#251)
  • Loading branch information
phillipbentonkelly authored Jun 1, 2024
1 parent 4b98292 commit d983366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prep_4_s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
git config --global user.email "$EMAIL"
echo "git config user.name: [$(git config user.name)]"
echo "git config user.email: [$(git config user.email)]"
git push -uf origin ${TARGET}
git checkout -b ${TARGET}
git push -uf --no-verify origin ${TARGET}
done
fi

0 comments on commit d983366

Please sign in to comment.