Compare commits
No commits in common. "1a949e6e8771ff7cced214a746aa10d58640ccac" and "12a6b4f669f5f20e51f46a4626ad3bddd4794cdd" have entirely different histories.
1a949e6e87
...
12a6b4f669
17
.drone.yml
17
.drone.yml
@ -6,20 +6,7 @@ steps:
|
||||
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/*
|
||||
- ls -la dist
|
||||
- grep api dist/
|
||||
|
Loading…
Reference in New Issue
Block a user