Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fourix4/Back-End
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeHoon0 committed Jul 2, 2024
2 parents 57b8b3f + 9791141 commit 90bcb1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest # 3 실행 환경 지정

#4 실행스텝지정
steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +21,15 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Set Environment
uses: microsoft/variable-substitution@v1
with:
files: ./catchstudy/src/main/resources/application-common.yml
env:
url: ${{ secrets.DB_URL }}
username: ${{ secrets.DB_USER }}
password: ${{ Secrets.DB_PASSWORD }}

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 90bcb1d

Please sign in to comment.