Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2023-09-02 14:33:42 +02:00
parent bb12846f36
commit ca5fa8f164

View File

@ -2,19 +2,8 @@
kind: pipeline
name: python
clone:
disable: true
steps:
- name: Clone
image: alpine/git
environment:
USERNAME:
from_secret: user_gitea
PASSWORD:
from_secret: gitea_token
commands:
- git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/portainer-template.git .
- name: badgie
image: python
@ -25,9 +14,12 @@ steps:
- name: update-readme
image: alpine/git
environment:
GIT_SSH_KEY:
USERNAME:
from_secret: user_gitea
PASSWORD:
from_secret: gitea_token
commands:
- git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin main