Update .drone.yml

This commit is contained in:
Sthope 2023-09-02 15:27:29 +02:00
parent 7f6e93a3c4
commit 1631178536

@ -18,4 +18,9 @@ steps:
- 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
image: node:14
commands:
- npm run serve &