Add publication script
This commit is contained in:
parent
da1faa97ea
commit
74fdbb77db
1 changed files with 6 additions and 0 deletions
6
site/publish.sh
Executable file
6
site/publish.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
HUGO_ENV=production hugo
|
||||
|
||||
rclone sync public aws-public:mrkh-archers-du-bisse
|
||||
|
Loading…
Add table
Reference in a new issue