2016-04-22 22:24:44 +02:00
# kretschmann.cat
2016-04-24 22:37:27 +02:00
> Highlighting Botero's cat sculpture in El Raval, Barcelona<br>
> [https://kretschmann.cat](https://kretschmann.cat)
2016-04-22 22:24:44 +02:00
2016-04-22 23:21:59 +02:00
[![build status ](https://www.git.berlin/kremalicious/kretschmann.cat/badges/master/build.svg )](https://www.git.berlin/kremalicious/kretschmann.cat/commits/master)
2016-04-22 22:24:44 +02:00
---
2016-04-22 23:21:59 +02:00
## 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 >
```
2016-04-24 22:37:27 +02:00
#### Fire deployment task
2016-04-22 23:21:59 +02:00
Continue with installing dependencies:
```bash
2016-04-22 23:36:16 +02:00
npm install -g gulp
2016-04-22 23:21:59 +02:00
npm install
2016-04-22 23:36:16 +02:00
```
2016-04-22 23:21:59 +02:00
And finally deploy:
```bash
gulp deploy
2016-04-22 23:37:12 +02:00
```