Skip to content

Commit

Permalink
Merge pull request #19 from LindseyB/updated-docs-for-deploy
Browse files Browse the repository at this point in the history
Add notes about deploying
  • Loading branch information
LindseyB authored Jul 8, 2023
2 parents 5033f39 + 6ff2188 commit 04d5ba9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,27 @@ Returns a single suit in the form of

## Testing

```
```bash
bundle exec rake test
```

## Getting Started

```
```bash
bundle install
bundle exec rackup
```

## Deploying

```bash
gcloud config set project tarot-api-316423 # set the correct project
gcloud app deploy # deploy the app
gcloud app logs tail -s default # tail the logs to make sure things are gucci
```

🍦

## Thanks

* Sinatra API template https://github.com/noplay/sinatra-api-template

0 comments on commit 04d5ba9

Please sign in to comment.