forked from Ivasoft/traefik
Minor corrections
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
dist
|
||||
gen.go
|
||||
.idea
|
||||
log
|
||||
*.iml
|
||||
@@ -15,11 +15,10 @@ test:
|
||||
override:
|
||||
- make test
|
||||
post:
|
||||
- echo $REPO
|
||||
- make image
|
||||
|
||||
deployment:
|
||||
github:
|
||||
hub:
|
||||
branch: master
|
||||
commands:
|
||||
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace --prerelease --debug v1.0 dist/
|
||||
|
||||
Reference in New Issue
Block a user