Skip to content
Snippets Groups Projects
Commit c58970fc authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

upload to official pip server

parent c1b64269
Branches
No related tags found
No related merge requests found
......@@ -78,15 +78,15 @@ deploy staging:
when: manual
deploy production:
image: alpine
image: lasnq/nqontrol
stage: deploy
before_script:
- sh bin/enable_ssh
script:
# Apache server
- scp $SCP_PARAMS dist/*.whl $SSH_SERVER:$SERVER_ROOT/software-builds/nqontrol
# PyPi server
- scp $SCP_PARAMS dist/*.whl $SSH_SERVER:/var/www/packages
# Official PyPi server
- python3 -m twine upload dist/*
only:
- tags
......
......@@ -32,3 +32,4 @@ jsonpickle
websocket-client
websockets
gunicorn
twine
......@@ -30,3 +30,4 @@
# When initialized, the ServoDevice will check whether names are available for its deviceNumber.
# DEBUG = True
# LOG_LEVEL = 'INFO'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment