Compare commits

..

1 Commits

Author SHA1 Message Date
giles e32c14be49 . 2023-10-18 22:32:57 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ steps:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f' - git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git add -A - git add -A
- git commit -m "deploying- $${DRONE_COMMIT_MESSAGE}" - git commit -m "deploying- $${DRONE_COMMIT_MESSAGE}"
- git push origin HEAD:deployed - git push -f origin HEAD:deployed
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
from_secret: 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 config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git add -A - git add -A
- git commit -m "$${DRONE_COMMIT_MESSAGE}" - git commit -m "$${DRONE_COMMIT_MESSAGE}"
- git push origin HEAD:product-development - git push -f origin HEAD:product-development
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
from_secret: GIT_PASSWORD from_secret: GIT_PASSWORD