Remove container directives, run deploy tasks on runner directly
This commit is contained in:
parent
f45157375b
commit
3494a5de96
|
|
@ -24,8 +24,6 @@ jobs:
|
||||||
path: target/release/badgey
|
path: target/release/badgey
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: rust
|
runs-on: rust
|
||||||
container:
|
|
||||||
options: --dns 172.16.255.254 --dns-search steamrunner.lbladen.uk
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
bot: [ BADGEY, M5_COMPUTER ]
|
bot: [ BADGEY, M5_COMPUTER ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue