docker compose into 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
27793d764d
commit
d008455c4c
@ -20,8 +20,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- cd /usr/share/$DRONE_REPO_NAME
|
- cd /usr/share/$DRONE_REPO_NAME
|
||||||
- dotnet build
|
- dotnet build
|
||||||
- name: mv
|
- name: recreate dist folder
|
||||||
commands:
|
commands:
|
||||||
|
- rm -rf /usr/share/$DRONE_REPO_NAME/dist
|
||||||
- mkdir -p /usr/share/$DRONE_REPO_NAME/dist
|
- mkdir -p /usr/share/$DRONE_REPO_NAME/dist
|
||||||
- mv -f /usr/share/$DRONE_REPO_NAME/bin/Debug/net6.0/* /usr/share/$DRONE_REPO_NAME/dist
|
- mv -f /usr/share/$DRONE_REPO_NAME/bin/Debug/net6.0/* /usr/share/$DRONE_REPO_NAME/dist
|
||||||
- name: docker-compose-rebuild
|
- name: docker-compose-rebuild
|
||||||
|
Reference in New Issue
Block a user