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

This commit is contained in:
Sthope 2023-09-02 14:37:12 +02:00
parent b41e783b29
commit 8ddf7a6ff6

View File

@ -7,18 +7,14 @@ steps:
- name: badgie - name: badgie
image: python image: python
commands:
- pip install badgie
- badgie -w README.md -s for-the-badge
- name: update-readme
image: alpine/git
environment: environment:
USERNAME: USERNAME:
from_secret: user_gitea from_secret: user_gitea
PASSWORD: PASSWORD:
from_secret: gitea_token from_secret: gitea_token
commands: commands:
- pip install badgie
- badgie -w README.md -s for-the-badge
- git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope
- git add README.md - git add README.md
- git commit -m "Update README.md 🐦" - git commit -m "Update README.md 🐦"