Compare commits
2 Commits
89837cd417
...
68e0b24796
Author | SHA1 | Date | |
---|---|---|---|
|
68e0b24796 | ||
|
1416b5a3fc |
@ -80,7 +80,7 @@ steps:
|
|||||||
- git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git
|
- git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git
|
||||||
|
|
||||||
# sync files to remote server [local _site ] to [remote _site www]
|
# sync files to remote server [local _site ] to [remote _site www]
|
||||||
- rsync -aXvPzr -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/html/
|
- rsync -aXvPzr -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/sharpetronics.com/html/
|
||||||
|
|
||||||
# create tar.gz of _site directory for download elsewhere
|
# create tar.gz of _site directory for download elsewhere
|
||||||
- tar -czf ../www-data_sharpetronics.tar.gz ../_site/*
|
- tar -czf ../www-data_sharpetronics.tar.gz ../_site/*
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
|
|
||||||
baseurl: "/" # the subpath of your site, e.g. /blog /galacticsociety.github.io
|
baseurl: "/" # the subpath of your site, e.g. /blog /galacticsociety.github.io
|
||||||
url: "https://sharpetronics.com" # the base hostname & protocol for your site, GitHub example: https://sharpetronics.github.io
|
url: "https://www.sharpetronics.com" # the base hostname & protocol for your site, GitHub example: https://sharpetronics.github.io
|
||||||
source: .
|
source: .
|
||||||
|
|
||||||
#Latent Semantic Indexing for similarity bewtween documents.
|
#Latent Semantic Indexing for similarity bewtween documents.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user