Add new file
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user