drone builds solution on changes w/ cmd backend.

This commit is contained in:
2020-09-07 17:54:31 +02:00
parent 8c0a002020
commit 3ebd3d3dce

View File

@@ -13,6 +13,13 @@ steps:
commands:
- node -v
- yarn --version
- name: backend_build
image: node:13.6.0
commands:
- node -v
- yarn --version
- yarn
- yarn build
- name: deploy
image: appleboy/drone-ssh
pull: true