Compare commits
2 commits
1784841371
...
831618a464
Author | SHA1 | Date | |
---|---|---|---|
831618a464 | |||
0f05dac3c4 |
1 changed files with 5 additions and 0 deletions
5
bin/push-to-prod.sh
Executable file
5
bin/push-to-prod.sh
Executable file
|
@ -0,0 +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