add deploy step for testing
This commit is contained in:
+13
@@ -7,3 +7,16 @@ steps:
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
- name: deploy
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: www-next
|
||||
path: /www-next
|
||||
commands:
|
||||
- ls /www-next
|
||||
|
||||
volumes:
|
||||
- name: www-next
|
||||
host:
|
||||
path: /Main/www-next
|
||||
Reference in New Issue
Block a user