Fix script deploy di emergenza

This commit is contained in:
octospacc 2023-03-23 00:00:39 +01:00
parent 8fe2e1589c
commit 931658b1de
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
# Common action after the base site build succeeded
cp -vr ./Assets/* ./public/
# Compile self-executable assets
#for Dir in public public.*
#do