doc root
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-17 10:11:08 +02:00
parent 5c63b39c89
commit 30caed523b

View File

@ -13,8 +13,9 @@ steps:
image: busybox:latest image: busybox:latest
commands: commands:
- cd app - cd app
- rm -rf /var/www-dencode/* - mkdir -p /var/www/dencode
- cp -r . /var/www-dencode/ - rm -rf /var/www/dencode/*
- cp -r . /var/www/dencode/
node: node:
location: nexus location: nexus