portainer-template/.drone.yml
Sthope e1572ed826
Some checks are pending
continuous-integration/drone/push Build is running
Update .drone.yml
2023-09-02 15:30:08 +02:00

29 lines
624 B
YAML

---
kind: pipeline
name: python
steps:
# - name: badgie
# image: python
# 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/portainer-template
# - git add README.md
# - git commit -m "Update README.md 🐦"
# - git push origin main
- name: node
image: node:14
commands:
- npm run serve &
- sleep 300
- npm run serve &