Skip to content

Commit

Permalink
Add Procfile for heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mupati committed Aug 10, 2021
1 parent 640de18 commit 5f1f2e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@

# Dependency directories (remove the comment below to include it)
# vendor/
.vscode
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: agora-token-generator-in-go
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module agora-token-server
module github.com/Mupati/agora-token-generator-in-go

// +heroku goVersion go1.13
go 1.13
Expand Down

0 comments on commit 5f1f2e6

Please sign in to comment.