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

This commit is contained in:
Sthope 2023-09-02 15:27:56 +02:00
parent 1631178536
commit 9edd7e2bc6

View File

@ -5,20 +5,20 @@ name: python
steps: steps:
- name: badgie # - name: badgie
image: python # image: python
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 # - pip install badgie
- badgie -w README.md -s for-the-badge # - badgie -w README.md -s for-the-badge
- git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/portainer-template # - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/portainer-template
- git add README.md # - git add README.md
- git commit -m "Update README.md 🐦" # - git commit -m "Update README.md 🐦"
- git push origin main # - git push origin main
- name: node - name: node
image: node:14 image: node:14