This commit is contained in:
parent
7729cae185
commit
f7a3d9f065
@ -24,6 +24,11 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p /usr/share/$DRONE_REPO_NAME/dist
|
- mkdir -p /usr/share/$DRONE_REPO_NAME/dist
|
||||||
- mv /usr/share/$DRONE_REPO_NAME/bin/Debug/net6.0/* /usr/share/$DRONE_REPO_NAME/dist
|
- mv /usr/share/$DRONE_REPO_NAME/bin/Debug/net6.0/* /usr/share/$DRONE_REPO_NAME/dist
|
||||||
|
- name: docker-compose-rebuild
|
||||||
|
commands:
|
||||||
|
- cd /usr/share/$DRONE_REPO_NAME
|
||||||
|
- docker compose up -d --build
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
commands:
|
commands:
|
||||||
- rm -rf /usr/share/$DRONE_REPO_NAME/bin /usr/share/$DRONE_REPO_NAME/obj
|
- rm -rf /usr/share/$DRONE_REPO_NAME/bin /usr/share/$DRONE_REPO_NAME/obj
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user