Skip to content

Commit

Permalink
Updated email
Browse files Browse the repository at this point in the history
  • Loading branch information
t04glovern committed Aug 24, 2019
1 parent e63067b commit 2ded2bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion components/README.md
Expand Up @@ -19,13 +19,24 @@ cd image-handler
serverless deploy
```

## [Email Handler](email-handler/README.md)

```bash
cd email-handler
```

## [UGATIT](UGATIT/README.md)

Initialize submodule

```bash
cd ..

# Init
git submodule update --init --recursive

# Update
git submodule update --recursive --remote
```

### Build
Expand All @@ -50,7 +61,7 @@ docker run --name selfie2anime-runner \
-e PYTHONUNBUFFERED=1 \
-e QUEUE_NAME='selfie2anime' \
-e BUCKET_NAME='selfie2anime' \
-e SENDER_EMAIL='info@selfie2anime.com' \
-e SENDER_EMAIL='noreply@selfie2anime.com' \
-e AWS_ACCESS_KEY_ID=$(aws --profile default configure get aws_access_key_id) \
-e AWS_SECRET_ACCESS_KEY=$(aws --profile default configure get aws_secret_access_key) \
-e AWS_DEFAULT_REGION='us-east-1' \
Expand Down
2 changes: 1 addition & 1 deletion components/UGATIT
Submodule UGATIT updated 1 files
+1 −1 gcp/deploy.yml

0 comments on commit 2ded2bd

Please sign in to comment.