Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
remove deploy script
update ignore files
  • Loading branch information
dnephin committed Feb 18, 2020
1 parent 86589d4 commit b985123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.out

.dobi
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.dobi
.depsources
vendor
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $ gcloud components install app-engine-go
Deploy the app:

```
$ dep ensure && ./deploy
$ go mod download
$ gcloud app deploy --project gotestyourself-vanity
```

---
Expand Down
4 changes: 0 additions & 4 deletions deploy

This file was deleted.

0 comments on commit b985123

Please sign in to comment.