add script to push main to prod (which will trigger the deploy action)
This commit is contained in:
parent
1784841371
commit
0f05dac3c4
1 changed files with 4 additions and 0 deletions
4
bin/push-to-prod.sh
Executable file
4
bin/push-to-prod.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
git checkout prod
|
||||
git merge --ff-only main
|
||||
git push origin prod
|
Loading…
Reference in a new issue