doc root
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2023-08-17 10:11:08 +02:00
parent 5c63b39c89
commit 30caed523b
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 3 additions and 2 deletions

View File

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