diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-07-18 14:38:22 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-07-18 14:38:22 +0400 |
| commit | 63f6b62075c649293a7d3f5e46da30977dd4acf7 (patch) | |
| tree | c3dac7dfff9c10f57f433b97f07c40446e731b2c | |
| parent | 4cb5661ddcae307347644d7fabcb4ae4d93549c4 (diff) | |
Сменил домен сайта
| -rw-r--r-- | config.toml | 4 | ||||
| -rwxr-xr-x | publish.sh | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index dfaa22d..ff50599 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ -baseURL = 'http://vasthecat.ru/' +baseURL = 'http://vasthecat.com/' enableRobotsTXT = true languageCode = 'ru-ru' -title = 'vasthecat.ru' +title = 'vasthecat.com' theme = 'smol' # Header @@ -2,6 +2,6 @@ mkdir -p ./public rm -r ./public/* hugo -ssh root@vasthecat.ru 'rm -r /var/www/vasthecat.ru/*' -scp -r ./public/* root@vasthecat.ru:/var/www/vasthecat.ru/ -ssh root@vasthecat.ru 'chown -R www-data:www-data /var/www/vasthecat.ru/' +ssh root@vasthecat.com 'rm -r /var/www/vasthecat.com/*' +scp -r ./public/* root@vasthecat.com:/var/www/vasthecat.com/ +ssh root@vasthecat.com'chown -R www-data:www-data /var/www/vasthecat.com/' |