Skip to content
Snippets Groups Projects
Verified Commit f02bab32 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

use the correct uploader name

parent 7a5e1623
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ undeploy test version:
DEPLOY_PATH: "test_builds/$CI_COMMIT_REF_NAME"
script:
- mkdir empty/
- "rsync -rlv --delete empty/ solidstate@tnw-tn1.tudelft.net:$DEPLOY_PATH"
- "rsync -rlv --delete empty/ {{cookiecutter.project_slug}}@tnw-tn1.tudelft.net:$DEPLOY_PATH"
environment:
name: $CI_COMMIT_REF_NAME
action: stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment