Add new file

This commit is contained in:
2016-07-08 21:51:18 +00:00
parent adce1c5b4e
commit f561961235

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
git-sync:
script:
- eval `ssh-agent`
- echo "$PUSH_KEY" | ssh-add -
- git sync-remote https://github.com/Eragos/dotfiles.git ssh://git@git.eragos.net:10022/eragos/dotfiles.git
- ssh-agent -k
only:
- triggers