Moving everything onto the primary domain
continuous-integration/drone/push Build is passing Details

drafts
Nick Dumas 3 months ago
parent 5f2aeeee55
commit df34b4f69c

@ -20,9 +20,9 @@ steps:
user: blog
delete: true
recursive: true
hosts: ["blog.ndumas.com"]
hosts: ["ndumas.com"]
source: /drone/src/public/
target: /var/www/blog.ndumas.com/
target: /var/www/ndumas.com/
include: ["*"]
when:
branch:
@ -38,9 +38,9 @@ steps:
user: blog
delete: true
recursive: true
hosts: ["blog.ndumas.com"]
hosts: ["ndumas.com"]
source: /drone/src/public/
target: /var/www/dev.blog.ndumas.com/
target: /var/www/dev.ndumas.com/
include: ["*"]
when:
branch:
@ -56,9 +56,9 @@ steps:
user: blog
delete: true
recursive: true
hosts: ["blog.ndumas.com"]
hosts: ["ndumas.com"]
source: /drone/src/public/
target: /var/www/drafts.blog.ndumas.com/
target: /var/www/drafts.ndumas.com/
include: ["*"]
when:
branch:

@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/
# theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://blog.ndumas.com/"
baseURL = "https://ndumas.com/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

@ -149,6 +149,6 @@ smartTOC = true
# yandex = ""
[AnalyticsURL]
"https://blog.ndumas.com" = "blog.ndumas.com"
"https://drafts.blog.ndumas.com" = "drafts.blog.ndumas.com"
"https://dev.blog.ndumas.com" = "dev.blog.ndumas.com"
"https://ndumas.com" = "blog.ndumas.com"
"https://drafts.ndumas.com" = "drafts.blog.ndumas.com"
"https://dev.ndumas.com" = "dev.blog.ndumas.com"

Loading…
Cancel
Save