updated .drone.yml
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Samuel Philipp 2021-01-25 23:08:46 +01:00
parent 821a43177d
commit 4ff005de5b

View file

@ -8,7 +8,7 @@ platform:
steps: steps:
- name: build - name: build
image: node:alpine image: node:slim
commands: commands:
- npm install - npm install
- npm run build:ssr - npm run build:ssr
@ -22,12 +22,11 @@ steps:
from_secret: USERNAME from_secret: USERNAME
password: password:
from_secret: PASSWORD from_secret: PASSWORD
when:
trigger: branch:
branch: - master
- master event:
event: - push
- push
--- ---
kind: pipeline kind: pipeline
@ -54,11 +53,12 @@ steps:
from_secret: USERNAME from_secret: USERNAME
password: password:
from_secret: PASSWORD from_secret: PASSWORD
when:
branch: trigger:
- master branch:
event: - master
- push event:
- push
--- ---
kind: pipeline kind: pipeline