diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-02 14:20:00 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-02 14:20:00 +0000 |
| commit | 6e611f4039f5c7646cd13ea61e2f66cda02cc035 (patch) | |
| tree | 5ac32b63716fc8a9e5463e7e02f7a4fdef724922 | |
| parent | 63473964f8bf94a0930f3bf4724a23642ef9a18d (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 296d6839..694b77f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,6 @@ before_script: # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s) - # Add the SSH key stored in SSH_PRIVATE_KEY variable to the agent store - - ssh-add <(echo "$SSH_PRIVATE_KEY") - # For Docker builds disable host key checking. Be aware that by adding that # you are suspectible to man-in-the-middle attacks. # WARNING: Use this only with the Docker executor, if you use it with shell @@ -62,4 +59,5 @@ deploy: script: - yarn - npm run build + - ssh-add <(echo "$SSH_PRIVATE_KEY") - scp -r dist/* pleroma@tenshi.heldscal.la:~/pleroma |
