🚀 Deploy to stage-beta and stage-stable (#25)

Ensure we deploy to stage-beta (when master is updated) and stage-stable (when master-stable is updated).
This commit is contained in:
Major Hayden 2020-10-30 07:26:38 -05:00 committed by GitHub
parent 1829bd82d2
commit c9d5751d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ set -x
if [ "${TRAVIS_BRANCH}" = "master" ]
then
for env in ci qa
for env in ci qa stage
do
echo "PUSHING ${env}-beta"
rm -rf ./dist/.git
@ -15,7 +15,7 @@ fi
if [ "${TRAVIS_BRANCH}" = "master-stable" ]
then
for env in ci qa
for env in ci qa stage
do
echo "PUSHING ${env}-stable"
rm -rf ./dist/.git