Highlighting Botero's cat sculpture in El Raval, Barcelona https://kretschmann.cat
Go to file
Matthias Kretschmann dfdfa949ff
add byline, link style
2020-06-02 00:22:48 +02:00
site add byline, link style 2020-06-02 00:22:48 +02:00
.gitignore ignore awspiblish cache file 2016-04-22 23:24:23 +02:00
.gitlab-ci.yml ignore awspiblish cache file 2016-04-22 23:24:23 +02:00
README.md readme updates 2016-04-24 22:37:27 +02:00
gulpfile.js CI deployment 2016-04-22 23:21:59 +02:00
package.json readme updates 2016-04-24 22:37:27 +02:00

README.md

kretschmann.cat

Highlighting Botero's cat sculpture in El Raval, Barcelona
https://kretschmann.cat

build status


Deployment

Just push to master and git.berlin CI will do the rest.

Manual deployment

Prerequisite: Authentication

To deploy the site, you must authenticate yourself against the AWS API with your AWS credentials. Get your AWS access key and secret and add them to ~/.aws/credentials:

[default]
aws_access_key_id = <YOUR_ACCESS_KEY_ID>
aws_secret_access_key = <YOUR_SECRET_ACCESS_KEY>

Fire deployment task

Continue with installing dependencies:

npm install -g gulp
npm install

And finally deploy:

gulp deploy