Skip to content

Commit 6682c7f

Browse files
committed
ci(workflows): change environment from prod to dev
1 parent fc5a1c5 commit 6682c7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
build-and-deploy:
1616
runs-on: ubuntu-latest
17-
environment: prod
17+
environment: dev
1818

1919
steps:
2020
# Checkout the repository

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ concurrency:
1414
jobs:
1515
build-and-deploy:
1616
runs-on: ubuntu-latest
17-
environment: prod
17+
environment: dev
1818

1919
steps:
2020
# Checkout the repository
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 5
24-
24+
2525
# Set up JDK 24
2626
- name: Set up JDK 24
2727
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)