Files
pfosi-looking-api/.drone.yml
mifi df8b93c6a6
All checks were successful
continuous-integration/drone/push Build is passing
update drone file
2024-12-03 22:08:30 -05:00

18 lines
230 B
YAML

kind: pipeline
type: docker
name: Deploy to miCloud
steps:
- name: deploy-dev
image: node:latest
commands:
- npm install -g forever
- npm install
- forever start bin/www
trigger:
branch:
- master
event:
- push