aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-11-02 16:41:15 +0200
committerShpuld Shpuldson <shpuld@gmail.com>2017-11-02 16:41:15 +0200
commit4cba955fca77fde8f76d0c727ed27bed9cba59d7 (patch)
tree2469c653dc44e0b0c36dd6b1c2247e69bf980439
parentf897c656fc2a8739e006e77ba0db50f00e136ad7 (diff)
parent6e611f4039f5c7646cd13ea61e2f66cda02cc035 (diff)
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into fix/disable-select-on-icons
-rw-r--r--.gitlab-ci.yml4
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