Compare commits

..

1 Commits

Author SHA1 Message Date
giles 646afbfe1d . 2023-10-18 22:22:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 "deploying- $${DRONE_COMMIT_MESSAGE}"
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
- git push -f origin HEAD:deployed
environment:
GIT_PASSWORD: