This commit is contained in:
Michael Zhang 2018-09-01 00:48:45 -05:00
parent 6aad4c878c
commit 4c67a56b61
No known key found for this signature in database
GPG key ID: A1B65B603268116B
2 changed files with 3 additions and 0 deletions

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
/target
**/*.rs.bk

View file

@ -20,6 +20,7 @@ before_deploy:
deploy: deploy:
- provider: releases - provider: releases
api_key: $AUTH_TOKEN api_key: $AUTH_TOKEN
file_glob: true
file: file:
- dip-* - dip-*
on: on: