21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 14:30:49 +02:00
chexpire/script/to_staging
2018-05-24 13:46:50 +02:00

10 lines
131 B
Bash
Executable file

#!/bin/sh
set -e
[ -n "$DEBUG" ] && set -x
git branch -f staging
git push --force origin staging
bundle exec cap staging deploy