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

13 lines
267 B
Plaintext
Raw Normal View History

2018-05-24 11:43:34 +02:00
#!/bin/sh
# Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr>
# License: GNU AGPL-3+ (see full text in LICENSE file)
2018-05-24 11:43:34 +02:00
set -e
[ -n "$DEBUG" ] && set -x
git branch -f staging
git push --force origin staging
bundle exec cap staging deploy