Compare commits
6 Commits
698f230e40
...
a80a8d75d1
Author | SHA1 | Date |
---|---|---|
giles | a80a8d75d1 | |
giles | 99f117ef26 | |
giles | 9b68b2df02 | |
giles | b61ef71b67 | |
giles | b7cf0824e0 | |
giles | 2785f9dc70 |
|
@ -68,7 +68,7 @@ steps:
|
|||
commands:
|
||||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git add -A
|
||||
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
|
||||
- git commit -m "deploying- $${DRONE_COMMIT_MESSAGE}"
|
||||
- git push -f origin HEAD:deployed
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue