11 lines
302 B
YAML
11 lines
302 B
YAML
pipeline:
|
|
|
|
push_to_github:
|
|
image: plugins/git
|
|
pull: true
|
|
commands:
|
|
- git lfs fetch --all
|
|
- git fetch --unshallow origin
|
|
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
|
- git push github --all --force
|
|
secrets: [ github_token ]
|