mirror of https://github.com/buster-so/buster.git
supe up blacksmith servers
This commit is contained in:
parent
bac716fdc7
commit
daf0813e9d
|
@ -7,7 +7,7 @@
|
|||
name: Deploy to main
|
||||
jobs:
|
||||
database-deploy:
|
||||
runs-on: blacksmith-16vcpu-ubuntu-2204
|
||||
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||
environment: main
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
name: Deploy to staging
|
||||
jobs:
|
||||
database-deploy:
|
||||
runs-on: blacksmith-16vcpu-ubuntu-2204
|
||||
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||
environment: staging
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
name: Deploy to Preview Environment
|
||||
jobs:
|
||||
porter-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue