Skip to content

Commit 5e96cb4

Browse files
committed
small typo
1 parent a0bef1e commit 5e96cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- checkout
2525
- run:
2626
name: Add plotly remote
27-
command: git remote add gallery https://dash-playground.plotly.host/GIT/$CIRCLE_BRANCH
27+
command: git remote add playground https://dash-playground.plotly.host/GIT/$CIRCLE_BRANCH
2828
- run:
2929
name: Create helper-script
3030
command: printf '#!/bin/bash\necho username=$PLAYGROUND_DEPLOY_USERNAME\necho password=$PLAYGROUND_DEPLOY_PASSWORD' >> /home/circleci/helper-script.sh
@@ -33,7 +33,7 @@ jobs:
3333
command: git config credential.helper "/bin/bash /home/circleci/helper-script.sh"
3434
- run:
3535
name: Deploy
36-
command: git push gallery $CIRCLE_BRANCH:master --force
36+
command: git push playground $CIRCLE_BRANCH:master --force
3737
deploy_to_gallery:
3838
docker:
3939
- image: circleci/python:3.6-stretch

0 commit comments

Comments
 (0)