Compare commits
No commits in common. "182068d99139a9d00c2f161e75789772a64c839f" and "78cd4ac18643fab94b068439214487e6096b8a92" have entirely different histories.
182068d991
...
78cd4ac186
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Build
|
||||
hugo
|
||||
# Backup current deploy
|
||||
ssh home.hugopoi.net sudo yunohost backup create --apps my_webapp
|
||||
# Deploy full legacy and new blog
|
||||
rsync -rlgoD --checksum --verbose www/ home.hugopoi.net:/var/www/my_webapp/www/
|
||||
# Deploy only the new hugo blog
|
||||
rsync -rlgoD --verbose --checksum --delete www/v2/ home.hugopoi.net:/var/www/my_webapp/www/v2/
|
|
@ -41,10 +41,10 @@ name = "Home"
|
|||
url = "/"
|
||||
weight = 1
|
||||
|
||||
# [[menu.nav]]
|
||||
# name = "Blog"
|
||||
# url = "/post/"
|
||||
# weight = 2
|
||||
[[menu.nav]]
|
||||
name = "Blog"
|
||||
url = "/post/"
|
||||
weight = 2
|
||||
|
||||
# [[menu.nav]]
|
||||
# name = "Tags"
|
||||
|
|
Loading…
Reference in New Issue
Block a user