Compare commits

..

No commits in common. "a80a8d75d1320d76fe64661760c5f13129ead7d6" and "698f230e40c5d9cf101f370bdfa988d8d9e8b6ae" have entirely different histories.

2 changed files with 2 additions and 2 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:

File diff suppressed because one or more lines are too long