Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gaguriee committed Jul 28, 2024
2 parents 121cf8a + 2b3f26a commit e03fcea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: CI/CD with Git Actions & Docker Hub
on:
push:
branches:
- GitActionsTest
- main
# pull_request:
# branches:
# - main

jobs:
build:
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Set application.yml
run: |
mkdir -p ./src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
# Open JDK 17 설정
- name: Set up JDK 17
Expand Down

0 comments on commit e03fcea

Please sign in to comment.