woops
This commit is contained in:
parent
6aad4c878c
commit
4c67a56b61
2 changed files with 3 additions and 0 deletions
2
.dockerignore
Normal file
2
.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/target
|
||||||
|
**/*.rs.bk
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue