add deploy step for testing

This commit is contained in:
Acereca 2022-03-07 11:13:36 +01:00
parent 2c4f05aebf
commit fb7bb0e3af
1 changed files with 13 additions and 0 deletions

View File

@ -7,3 +7,16 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - 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