add comment in push-to-prod.sh script
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run
This commit is contained in:
parent
0f05dac3c4
commit
831618a464
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
# push main to prod (which will trigger the deploy action)
|
||||
git checkout prod
|
||||
git merge --ff-only main
|
||||
git push origin prod
|
||||
|
|
Loading…
Reference in a new issue