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

ci update

parent f5515196
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ test: ...@@ -44,7 +44,7 @@ test:
- htmlcov - htmlcov
expire_in: 30 days expire_in: 30 days
deploy staging: .deploy staging:
image: alpine image: alpine
before_script: before_script:
# bring ssh to work for deployment # bring ssh to work for deployment
...@@ -71,8 +71,6 @@ deploy production: ...@@ -71,8 +71,6 @@ deploy production:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
script: script:
# Apache server
- scp $SCP_PARAMS dist/*.whl $SSH_SERVER:$SERVER_ROOT/software-builds/nq-lab
# PyPi server # PyPi server
- scp $SCP_PARAMS dist/*.whl $SSH_SERVER:/var/www/packages - scp $SCP_PARAMS dist/*.whl $SSH_SERVER:/var/www/packages
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment