oneuptime/deploy-production.sh
2021-06-10 20:06:12 +01:00

8 lines
110 B
Bash
Executable File

#!/bin/bash
# Deploy to production
git checkout hotfix-release
git merge master
git push
git checkout master