Skip to content

Commit 43b0436

Browse files
committed
chore: wip
1 parent e6461e9 commit 43b0436

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deployment (Dev)
1+
name: Deploy
22

33
on:
44
pull_request:
55
branches:
66
- main
77

88
jobs:
9-
deployment:
9+
development:
1010
runs-on: ubuntu-latest
1111
environment: development
1212
steps:

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deployment (Prod)
1+
name: Deploy
22

33
on:
44
push:
55
branches:
66
- main
77

88
jobs:
9-
deployment:
9+
production:
1010
runs-on: ubuntu-latest
1111
environment: production
1212
steps:

.github/workflows/deploy-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deployment (Stage)
1+
name: Deploy
22

33
on:
44
push:
55
tags:
66
- '*-beta.*'
77

88
jobs:
9-
deployment:
9+
staging:
1010
runs-on: ubuntu-latest
1111
environment: staging
1212
steps:

0 commit comments

Comments
 (0)