oneuptime/deploy-production.sh

8 lines
110 B
Bash
Raw Normal View History

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