Merge branch 'cleanup' of agx/pmpc-website into master

lektura
Max Mehl 2017-09-14 10:27:10 +02:00 committed by Gogs
commit 895e1510e9
2 changed files with 6 additions and 7 deletions

View File

@ -5,10 +5,7 @@
This website is the core of the "Public Money, Public Code" campaign. It is
based on [Hugo](https://gohugo.io/), a modern static website generator.
The page is visible at [publiccode.eu](https://publiccode.eu). Please do not
spread this URL. The website requires authentication to be visited. Username is
`pmpc`, password is `publicmoneypubliccode`. Please do not spread this
information to outside people not involved in the website development.
The page is visible at [publiccode.eu](https://publiccode.eu).
## Contributing to the website

View File

@ -22,9 +22,11 @@ else
hugo
#
# After building the website, we set the AWS credentials and uploda
# After building the website, we set the AWS credentials and uplodad
# everything to our AWS s3 bucket.
#
. /srv/cred/aws.sh
/usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive
if [ -f /srv/cred/aws.sh ]; then
. /srv/cred/aws.sh
/usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive
fi
fi