diff --git a/httpdocs/1deployImaq.sh b/httpdocs/1deployImaq.sh index c0612cc..742dd0b 100644 --- a/httpdocs/1deployImaq.sh +++ b/httpdocs/1deployImaq.sh @@ -123,7 +123,7 @@ fi # Arrays mit Dateien und Verzeichnissen die kopiert werden sollen COPY_ITEMS="composer.lock composer.json config migrations src templates" -PUBLIC_FILES="index.php .htaccess .htpasswd" +PUBLIC_FILES="index.php .htaccess .htpasswd static" # Dateien und Verzeichnisse kopieren for item in $COPY_ITEMS; do