diff options
| -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/' |