This commit is contained in:
aminecmi 2022-07-19 21:53:09 +02:00
parent d3aa355ae3
commit 1a949e6e87

View File

@ -9,9 +9,17 @@ steps:
- echo $VUE_APP_API_BASE_URL
- npm run lint
- npm run build:prod
- ls -la dist/js
- grep louveau dist/js/*.js
- grep louveau dist/js/*.js.map
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/*