Изменил(а) на '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
73b794b688
commit
01f15f8a06
10
.drone.yml
10
.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
|
||||
- rm -rf /usr/share/2chBackConsole/bin /usr/share/2chBackConsole/obj
|
Loading…
Reference in New Issue
Block a user