From 5ab66c1e678a452160c37f3324997ec6e6d49b3d Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 12 Jul 2021 02:00:08 +0200 Subject: [PATCH] removed steps things --- .drone.yml | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9378aa3..572335b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,22 +6,16 @@ platform: os: linux arch: amd64 -steps: - - name: build - image: amd64/node:12.22.1-buster@sha256:436a6432b6f5109c2c70a1f71f5df0e7d29946a967e85882fe08a37f36b8bec4 - commands: - - npm install - - npm run build:ssr - - name: docker - image: plugins/docker - settings: - repo: cami/Bachelorthesis_Code - username: - from_secret: DOCKER_USERNAME - password: - from_secret: DOCKER_SECRET - when: - branch: - - main - event: - - push +- name: docker + image: plugins/docker + settings: + repo: cami/Bachelorthesis_Code + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_SECRET + when: + branch: + - main + event: + - push