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

26 lines
493 B
YAML
Raw Permalink Normal View History

2022-07-19 15:09:45 +00:00
kind: pipeline
type: docker
steps:
- name: build
2022-07-19 19:24:30 +00:00
image: node:14
2022-07-19 15:09:45 +00:00
commands:
2022-07-19 19:12:39 +00:00
- npm install
2022-07-19 19:41:49 +00:00
- echo $VUE_APP_API_BASE_URL
2022-07-19 19:14:09 +00:00
- npm run lint
- npm run build:prod
2022-07-19 19:41:49 +00:00
environment:
VUE_APP_API_BASE_URL:
from_secret: baseurl
2022-07-19 19:53:09 +00:00
- 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/*