Skip to content

Commit

Permalink
Merge pull request #4 from ardafirdausr/dev
Browse files Browse the repository at this point in the history
add sentry dsn in travis.yml
  • Loading branch information
ardafirdausr authored Jun 8, 2021
2 parents 9204e9c + 9e3fc31 commit 67fe8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_deploy:
- echo MONGO_DB_NAME=$MONGO_DB_NAME >> .env
- echo JWT_SECRET_KEY=$JWT_SECRET_KEY >> .env
- echo GOOGLE_OAUTH_CLIENT_ID=$GOOGLE_OAUTH_CLIENT_ID >> .env
- echo SENTRY_DSN=$SENTRY_DSN >> .env

deploy:
provider: heroku
Expand Down

0 comments on commit 67fe8b4

Please sign in to comment.