Skip to content

Commit

Permalink
fixed staging environment and runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellabitta committed Dec 20, 2024
1 parent ecccf05 commit 1e1c8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
jobs:
deploy:
name: Deploy Staging
runs-on: ubuntu-latest
environment: production
runs-on: ubuntu-22.04
environment: staging

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

deploy:
name: Deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: production

steps:
Expand Down

0 comments on commit 1e1c8e3

Please sign in to comment.