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',
|
kind: 'pipeline',
|
||||||
type: 'vm',
|
type: 'digitalocean',
|
||||||
name: 'default',
|
name: 'default',
|
||||||
pool: {
|
token: {
|
||||||
use: 'drone-ci-pool',
|
from_secret: 'digitalocean_pat',
|
||||||
},
|
},
|
||||||
platform: {
|
platform: {
|
||||||
arch: 'amd64',
|
arch: 'amd64',
|
||||||
},
|
},
|
||||||
|
settings: {
|
||||||
|
image: 'docker-20-04',
|
||||||
|
size: 's-1vcpu-512mb-10gb',
|
||||||
|
region: 'fra1',
|
||||||
|
},
|
||||||
steps:
|
steps:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user