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