mirror of https://github.com/buster-so/buster.git
upgrade porter deployment to blacksmith
This commit is contained in:
parent
e26a5afe73
commit
36d78bc6a1
|
@ -5,7 +5,7 @@
|
||||||
name: Deploy to main-hono-server
|
name: Deploy to main-hono-server
|
||||||
jobs:
|
jobs:
|
||||||
porter-deploy:
|
porter-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: blacksmith-8vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
name: Deploy to staging-hono-server
|
name: Deploy to staging-hono-server
|
||||||
jobs:
|
jobs:
|
||||||
porter-deploy:
|
porter-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: blacksmith-8vcpu-ubuntu-2204
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue