added eventpage (not in linkstructure yet)
This commit is contained in:
@@ -4,7 +4,7 @@ include passwords
|
||||
.PHONY: updateSubmodules
|
||||
updateSubmodules: checkoutSubmodulesDefaultBranches
|
||||
git submodule foreach git pull
|
||||
|
||||
|
||||
.PHONY:
|
||||
checkoutSubmodulesDefaultBranches:
|
||||
git -C lite-youtube-embed checkout master
|
||||
@@ -13,12 +13,11 @@ checkoutSubmodulesDefaultBranches:
|
||||
git -C spyc checkout master
|
||||
git -C zopfli checkout master
|
||||
|
||||
|
||||
.PHONY: buildMaterialize
|
||||
buildMaterialize: updateSubmodules
|
||||
./buildMaterialize.sh
|
||||
|
||||
.PHONY: deployMaterialize
|
||||
# deployMaterialize: buildMaterialize
|
||||
deployMaterialize: $(materialiceCssDist)
|
||||
cd materialize/dist/ && find . -type f -exec curl --verbose -u cwsvjudo:$(ftpPassword) --ftp-create-dirs -T {} ftp://cwsvjudo.bplaced.net/www/ressourcen/materializeCss/{} \;
|
||||
deployMaterialize: buildMaterialize
|
||||
# @todo correctly check the cert
|
||||
lftp -e "set ftp:ssl-allow no; mirror -R 'materialize/dist' 'www/ressourcen/materializeCss'; bye;" -u cwsvjudo,$(ftpPassword) cwsvjudo.bplaced.net
|
||||
|
||||
Reference in New Issue
Block a user