Update .gitlab-ci.yml

This commit is contained in:
ori agranat
2019-11-08 21:18:59 +00:00
parent d25adba18e
commit c8ba8a49f2

View File

@@ -34,4 +34,4 @@ deploy:
- mkdir "${HOME}/.ssh"
- echo "${SSH_HOST_KEY}" > "${HOME}/.ssh/known_hosts"
- cd Main
- rsync -e 'ssh -i id_rsa' target/chameleon-vision-$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) oriagranat9@frs.sourceforge.net:/home/frs/project/ori-test/
- rsync -e 'ssh -i id_rsa' target/* oriagranat9@frs.sourceforge.net:/home/frs/project/ori-test/