.
This commit is contained in:
parent
3038179906
commit
9ef50093df
|
@ -101,10 +101,17 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
image: alpine/git:latest
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: SSH_KEY
|
||||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
||||
- git fetch origin
|
||||
- git checkout deployed
|
||||
- git add -A
|
||||
- git commit -m '$${DRONE_COMMIT_MESSAGE}'
|
||||
- git remote -v
|
||||
- git push origin deployed
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
|
Loading…
Reference in New Issue