21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-10 12:38:38 +02:00
chexpire/script/to_staging

10 lines
131 B
Plaintext
Raw Normal View History

2018-05-24 11:43:34 +02:00
#!/bin/sh
set -e
[ -n "$DEBUG" ] && set -x
git branch -f staging
git push --force origin staging
bundle exec cap staging deploy