Douze Baie
831618a464
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run
5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
# push main to prod (which will trigger the deploy action)
|
|
git checkout prod
|
|
git merge --ff-only main
|
|
git push origin prod
|