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
|
name: Deploy to main
|
||||||
jobs:
|
jobs:
|
||||||
database-deploy:
|
database-deploy:
|
||||||
runs-on: blacksmith-16vcpu-ubuntu-2204
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
environment: main
|
environment: main
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
name: Deploy to staging
|
name: Deploy to staging
|
||||||
jobs:
|
jobs:
|
||||||
database-deploy:
|
database-deploy:
|
||||||
runs-on: blacksmith-16vcpu-ubuntu-2204
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
environment: staging
|
environment: staging
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
name: Deploy to Preview Environment
|
name: Deploy to Preview Environment
|
||||||
jobs:
|
jobs:
|
||||||
porter-deploy:
|
porter-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: blacksmith-32vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue