🚀 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:
parent
1829bd82d2
commit
c9d5751d57
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue