File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
- checkout
25
25
- run :
26
26
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
28
28
- run :
29
29
name : Create helper-script
30
30
command : printf '#!/bin/bash\necho username=$PLAYGROUND_DEPLOY_USERNAME\necho password=$PLAYGROUND_DEPLOY_PASSWORD' >> /home/circleci/helper-script.sh
33
33
command : git config credential.helper "/bin/bash /home/circleci/helper-script.sh"
34
34
- run :
35
35
name : Deploy
36
- command : git push gallery $CIRCLE_BRANCH:master --force
36
+ command : git push playground $CIRCLE_BRANCH:master --force
37
37
deploy_to_gallery :
38
38
docker :
39
39
- image : circleci/python:3.6-stretch
You can’t perform that action at this time.
0 commit comments