This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
printf "\n🧭 Attempting to deploy to production.\n" | |
printf "\n🎱 Switching to Development.\n" | |
git checkout Development && | |
printf "\n🏹 Pushing current changes from development.\n" | |
git push && | |
printf "\n🎱 Switching to Production.\n" | |
git checkout Production && |