Try digitalocean runner
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
34d8b2d00a
commit
4afad0c426
@ -1,13 +1,18 @@
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'vm',
|
||||
type: 'digitalocean',
|
||||
name: 'default',
|
||||
pool: {
|
||||
use: 'drone-ci-pool',
|
||||
token: {
|
||||
from_secret: 'digitalocean_pat',
|
||||
},
|
||||
platform: {
|
||||
arch: 'amd64',
|
||||
},
|
||||
settings: {
|
||||
image: 'docker-20-04',
|
||||
size: 's-1vcpu-512mb-10gb',
|
||||
region: 'fra1',
|
||||
},
|
||||
steps:
|
||||
[
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user