Compare commits
3 Commits
e32c14be49
...
34e5ad7df2
Author | SHA1 | Date |
---|---|---|
giles | 34e5ad7df2 | |
giles | 42e5832391 | |
giles | f776f46db3 |
|
@ -69,7 +69,7 @@ steps:
|
|||
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
|
||||
- git add -A
|
||||
- git commit -m "deploying- $${DRONE_COMMIT_MESSAGE}"
|
||||
- git push -f origin HEAD:deployed
|
||||
- git push origin HEAD:deployed
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
|
@ -99,7 +99,7 @@ steps:
|
|||
- 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 push -f origin HEAD:product-development
|
||||
- git push origin HEAD:product-development
|
||||
environment:
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue