From 01f15f8a06317bf779d7a89b99d79e5b8f05a259 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 17 Oct 2022 00:44:44 -0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index e63beaa..de439cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,16 +14,16 @@ clone: steps: - name: pull into the folduh commands: - - cd /usr/share/2chBack + - cd /usr/share/2chBackConsole - git pull - name: build commands: - - cd /usr/share/2chBack + - cd /usr/share/2chBackConsole - dotnet build - name: mv commands: - - mkdir -p /usr/share/2chBack/dist - - mv /usr/share/2chBack/bin/Debug/net6.0/* /usr/share/2chBack/dist + - mkdir -p /usr/share/2chBackConsole/dist + - mv /usr/share/2chBackConsole/bin/Debug/net6.0/* /usr/share/2chBackConsole/dist - name: cleanup commands: - - rm -rf /usr/share/2chBack/bin /usr/share/2chBack/obj \ No newline at end of file + - rm -rf /usr/share/2chBackConsole/bin /usr/share/2chBackConsole/obj \ No newline at end of file