Skip to content

Commit 3939338

Browse files
committed
add automatic deployment of tags from circleci (commented out for now)
1 parent e56151a commit 3939338

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ general:
4646
artifacts:
4747
- "~/docs"
4848
- "~/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

0 commit comments

Comments
 (0)