diff --git a/.drone.yml b/.drone.yml index 3f42b19..e6cd2fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,18 +7,14 @@ steps: - name: badgie image: python - commands: - - pip install badgie - - badgie -w README.md -s for-the-badge - - - name: update-readme - image: alpine/git environment: USERNAME: from_secret: user_gitea PASSWORD: from_secret: gitea_token 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 add README.md - git commit -m "Update README.md 🐦"