Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-09-02 15:05:54 +02:00
parent 7be8b050c8
commit 3036f16ade

View File

@ -15,7 +15,7 @@ steps:
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/portainer-template
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin main