We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eef363 commit 44f92c9Copy full SHA for 44f92c9
.github/workflows/deploy-site.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
name: Build site
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
14
15
steps:
16
- name: Check-out (Production)
@@ -48,7 +48,7 @@ jobs:
48
name: Deploy to Production
49
needs: [build]
50
if: ${{ (github.ref == 'refs/heads/main') && (github.event_name == 'push') }}
51
52
environment:
53
name: production
54
url: "https://jb3.dev/"
@@ -92,7 +92,7 @@ jobs:
92
deploy-staging:
93
name: Deploy to Staging
94
95
96
if: github.event_name == 'pull_request_target'
97
98
name: staging
0 commit comments