8 lines
106 B
Bash
Executable file
8 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
HUGO_ENV=production hugo
|
|
|
|
. aws-env/bin/activate
|
|
|
|
aws s3 sync public s3://portmann-schwery.ch
|
|
|