Skip to content

Commit

Permalink
Update gitlab ci yml (add deploy task for flisol server)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeG committed Mar 4, 2019
1 parent 79ad7b2 commit 297e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ deploy:
- eval $(ssh-agent -s)

# Add the SSH key stored in SSH_PRIVATE_KEY variable to the agent store
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
- ssh-add <(echo "$SSH_PRIVATE_KEY" | base64 --decode)

# For Docker builds disable host key checking. Be aware that by adding that
# you are suspectible to man-in-the-middle attacks.
Expand Down

0 comments on commit 297e231

Please sign in to comment.