mirror of https://github.com/buster-so/buster.git
Fix Ubuntu version format in GitHub Actions workflow for staging deployment
This commit is contained in:
parent
78da6550d1
commit
11ee658d39
|
@ -8,7 +8,7 @@
|
||||||
name: Deploy to staging
|
name: Deploy to staging
|
||||||
jobs:
|
jobs:
|
||||||
database-deploy:
|
database-deploy:
|
||||||
runs-on: blacksmith-16vcpu-ubuntu-2204204
|
runs-on: blacksmith-16vcpu-ubuntu-2204
|
||||||
environment: staging
|
environment: staging
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in New Issue