Skip to content

Commit

Permalink
Merge pull request #5 from ardafirdausr/dev
Browse files Browse the repository at this point in the history
Change deployment branch
  • Loading branch information
ardafirdausr authored Jul 20, 2021
2 parents b2e7092 + a899907 commit 48f1a14
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
language: go
go:
- 1.15.x
before_scripts:
scripts:
- go test -v ./...
before_deploy:
- touch .env
- echo HOST=$HOST >> .env
- echo PORT=$PORT >> .env
- echo DEBUG=$DEBUG >> .env
- echo MYSQL_URI=$MONGO_DB_URI >> .env
- echo SESSION_KEY=$SESSION_KEY >> .env
- echo SENTRY_DSN=$SENTRY_DSN >> .env
deploy:
provider: heroku
skip_cleanup: true
Expand Down

0 comments on commit 48f1a14

Please sign in to comment.