Skip to content
Snippets Groups Projects
Commit 31658da7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '517-build-prozess-auf-server-auslagern' into 'development'

Gulp wird jetzt Serverseitig ausgeführt

Closes #517

See merge request !906
parents 5601f174 a995e2c4
No related branches found
No related tags found
2 merge requests!912Development,!906Gulp wird jetzt Serverseitig ausgeführt
......@@ -6,4 +6,10 @@ Homestead.json
Homestead.yaml
.env
.orig
.vscode
\ No newline at end of file
.vscode
# The Files created by Gulp in the build process
/public/js/lib.js
/public/js/quicktips.js
/public/js/scriptStartPage.js
/public/js/scriptResultPage.js
/public/css/beitritt.css
......@@ -27,6 +27,7 @@ update(144.76.113.134):
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage
- chmod -R 777 bootstrap/cache
- ./gulpbuild.sh
- if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
- cd ~/
- while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done
......
File moved
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment