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
|
||||
jobs:
|
||||
database-deploy:
|
||||
runs-on: blacksmith-16vcpu-ubuntu-2204204
|
||||
runs-on: blacksmith-16vcpu-ubuntu-2204
|
||||
environment: staging
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in New Issue