1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

create directory first

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-27 17:23:38 +02:00
parent b7d9783d6b
commit dc7a2320fb

View file

@ -30,6 +30,7 @@ deploy_review:
stage: deploy
environment: review
script:
- mkdir -p ~/.docker
- echo $DEPLOYMENT_CACERT > ~/.docker/ca.pem
- echo $DEPLOYMENT_CLIENT_CERT > ~/.docker/cert.pem
- echo $DEPLOYMENT_CLIENT_KEY > ~/.docker/key.pem