Skip to content

Commit 3235244

Browse files
committed
change bucket
1 parent 538a9b2 commit 3235244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ after_success:
7777
- kubectl exec -it $(kubectl --namespace=${TRAVIS_COMMIT} get pods -l app=api-php -o jsonpath="{.items[0].metadata.name}") --namespace=${TRAVIS_COMMIT} -- ash -c 'export APP_ENV=dev && composer install -n && bin/console d:s:u --force --env=dev && bin/console hautelook:fixtures:load -n && APP_ENV=prod composer --no-dev install --classmap-authoritative && bin/console d:s:u --env=prod'
7878
- kubectl label namespace ${TRAVIS_COMMIT} app=api-demo
7979
- cd admin && REACT_APP_API_ENTRYPOINT=https://admin.api-platform.com yarn build --environment=prod
80-
- gsutil mb -l europe-west1 -p api-platform-demo gs://admin.api-platform.com
81-
- cd admin && gsutil cp -R build/* gs://admin.api-platform.com/build
82-
- gsutil iam ch allUsers:objectViewer gs://admin.api-platform.com
83-
- gsutil web set -m index.html gs://admin.api-platform.com
80+
- gsutil mb -l europe-west1 -p api-platform-demo gs://demo-admin.api-platform.com
81+
- cd admin && gsutil cp -R build/* gs://demo-admin.api-platform.com/build
82+
- gsutil iam ch allUsers:objectViewer gs://demo-admin.api-platform.com
83+
- gsutil web set -m index.html gs://demo-admin.api-platform.com
8484
- gcloud auth revoke ${TRAVIS_SERVICE_ACCOUNT}

0 commit comments

Comments
 (0)