Изменил(а) на '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hogweed1 2022-10-17 00:44:44 -04:00
parent 73b794b688
commit 01f15f8a06

View File

@ -14,16 +14,16 @@ clone:
steps: steps:
- name: pull into the folduh - name: pull into the folduh
commands: commands:
- cd /usr/share/2chBack - cd /usr/share/2chBackConsole
- git pull - git pull
- name: build - name: build
commands: commands:
- cd /usr/share/2chBack - cd /usr/share/2chBackConsole
- dotnet build - dotnet build
- name: mv - name: mv
commands: commands:
- mkdir -p /usr/share/2chBack/dist - mkdir -p /usr/share/2chBackConsole/dist
- mv /usr/share/2chBack/bin/Debug/net6.0/* /usr/share/2chBack/dist - mv /usr/share/2chBackConsole/bin/Debug/net6.0/* /usr/share/2chBackConsole/dist
- name: cleanup - name: cleanup
commands: commands:
- rm -rf /usr/share/2chBack/bin /usr/share/2chBack/obj - rm -rf /usr/share/2chBackConsole/bin /usr/share/2chBackConsole/obj