liste-de-courses-www/.drone.yml

29 lines
532 B
YAML
Raw Normal View History

kind: pipeline
type: docker
steps:
- name: build
image: node:14
commands:
- npm install
- echo $VUE_APP_API_BASE_URL
- npm run lint
- npm run build:prod
environment:
VUE_APP_API_BASE_URL:
from_secret: baseurl
- name: scp files
image: appleboy/drone-scp
settings:
host: amine-louveau.fr
username: ubuntu
key:
from_secret: privateKey
port: 22
target: /home/ubuntu/courses
source: dist/*
2022-07-19 19:59:26 +00:00
when:
branch:
- main