diff --git a/.drone.yml b/.drone.yml index 40510bd..65b60e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,9 @@ steps: - 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 \ No newline at end of file + - git push origin main + + - name: node + image: node:14 + commands: + - npm run serve &