supe up blacksmith servers

This commit is contained in:
dal 2025-02-14 16:33:41 -07:00
parent bac716fdc7
commit daf0813e9d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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