oneuptime/deploy-staging.sh

17 lines
207 B
Bash
Raw Normal View History

2021-06-10 19:00:37 +00:00
#!/bin/bash
# Deploy to staging
git checkout hotfix-master
git pull
git checkout master
git pull
git merge hotfix-master
git push
git checkout hotfix-master
git merge master
git push
git checkout master