mirror of https://gitlab.com/octtspacc/sitoctt
Fix script deploy di emergenza
This commit is contained in:
parent
8fe2e1589c
commit
931658b1de
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Common action after the base site build succeeded
|
# Common action after the base site build succeeded
|
||||||
|
|
||||||
|
cp -vr ./Assets/* ./public/
|
||||||
|
|
||||||
# Compile self-executable assets
|
# Compile self-executable assets
|
||||||
#for Dir in public public.*
|
#for Dir in public public.*
|
||||||
#do
|
#do
|
||||||
|
|
Loading…
Reference in New Issue