testing pwd
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c144c5b241
commit
0ec97cd6c6
12
.drone.yml
12
.drone.yml
|
@ -2,11 +2,11 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
# - name: build
|
||||||
image: node
|
# image: node
|
||||||
commands:
|
# commands:
|
||||||
- npm install
|
# - npm install
|
||||||
- npm run build
|
# - npm run build
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine
|
image: alpine
|
||||||
|
@ -14,7 +14,7 @@ steps:
|
||||||
- name: www-next
|
- name: www-next
|
||||||
path: /www-next
|
path: /www-next
|
||||||
commands:
|
commands:
|
||||||
- ls /www-next
|
- pwd
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: www-next
|
- name: www-next
|
||||||
|
|
Loading…
Reference in New Issue