From b94b4493e26c1ed8c25ecde0d717924c2f4d549e Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 29 Jan 2023 18:08:05 +0100 Subject: [PATCH] =?UTF-8?q?modified=20drone=20script=20=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drone/.drone.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index 049b83c..e38a670 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -5,27 +5,27 @@ name: "Server CI" steps: - name: Unit tests - image: override6/tbasket-test:latest + image: override6/tbasket-backend:latest volumes: - name: build path: ./build commands: - ./mill tests.test - - name: Deploy - image: override6/tbasket-backend:latest - depends_on: - - 'Unit tests' - environment: - SSH_PRIVATE_KEY: - from_secret: SSH_PRIVATE - PASSWD: - from_secret: PASSWD - volumes: - - name: build - path: ./build - commands: - - ./mill Core.compile - - chmod 777 drone/deliver.sh - - drone/deliver.sh +# - name: Deploy +# image: override6/tbasket-backend:latest +# depends_on: +# - 'Unit tests' +# environment: +# SSH_PRIVATE_KEY: +# from_secret: SSH_PRIVATE +# PASSWD: +# from_secret: PASSWD +# volumes: +# - name: build +# path: ./build +# commands: +# - ./mill Core.compile +# - chmod 777 drone/deliver.sh +# - drone/deliver.sh