Compare commits

..

1 Commits

Author SHA1 Message Date
giles 34e5ad7df2 . 2023-10-18 22:37:37 +00:00
1 changed files with 4 additions and 6 deletions

View File

@ -17,12 +17,11 @@ steps:
- format-branch
image: alpine/git:latest
commands:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git checkout -b master
- git pull origin master
#- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
#- git checkout -b master
#- git pull origin master
# - git branch -D product-development
- git checkout -b product-development
- git merge format-branch
#- git merge --squash --no-commit --strategy-option=theirs format-branch
environment:
GIT_PASSWORD:
@ -46,7 +45,6 @@ steps:
branch:
- format-branch
commands:
- node /app/servers/apps/batch2yaml/build/index.js . delete
- node /app/servers/apps/batch2yaml/build/index.js . yml
volumes:
- name: dockersock
@ -71,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