separate-database #2

Merged
giles merged 16 commits from separate-database into master 2023-10-20 10:16:52 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 16e37774ac - Show all commits

View File

@ -330,8 +330,7 @@ steps:
- export ROOT=stack
- cd /stack/gitea
- "n=0\nwhile :\ndo\n docker login $${REGISTRY_DOMAIN}:$${REGISTRY_PORT}/ --username client --password \"$${REGISTRY_PASSWORD}\" \\\\\n && break # substitute your command here\n n=$((n+1))\n if [ $n -ge 10 ]; then\n echo \"login failed\"\n exit 1\n fi\n echo \"retrying login..$n\"\n sleep 5\ndone\n"
- echo hello
- echo itis $${DRONE_COMMIT_SHA}
- printenv
- sh .drone/pull.sh $${DRONE_COMMIT_SHA}
- sh .drone/deploy.sh $${DRONE_COMMIT_SHA}
environment: