File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,15 @@ general:
46
46
artifacts :
47
47
- " ~/docs"
48
48
- " ~/logs"
49
+
50
+ # To enable when ready
51
+ # deployment:
52
+ # production:
53
+ # tag: /.*/
54
+ # commands:
55
+ # - if [[ -n "$DOCKER_PASS" ]]; then docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS && docker push poldracklab/fmriprep:latest; fi :
56
+ # timeout: 21600
57
+ # - if [[ -n "$DOCKER_PASS" ]]; then docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS && docker tag poldracklab/fmriprep poldracklab/fmriprep:$CIRCLE_TAG && docker push poldracklab/fmriprep:$CIRCLE_TAG; fi :
58
+ # timeout: 21600
59
+ # - printf "[distutils]\nindex-servers =\n pypi\n\n[pypi]\nusername:$PYPI_USER\npassword:$PYPI_PASS\n" > ~/.pypirc
60
+ # - python setup.py sdist upload -r pypi
You can’t perform that action at this time.
0 commit comments