Skip to content

Commit

Permalink
Update CD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SalkCoding authored Dec 12, 2024
1 parent 9654b6e commit 04da603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
- run: mkdir -p ./src/main/resources
- run: touch ./src/main/resources/application.yml
- run: echo $APPLICATION_YML > src/main/resources/application.yml
- run: cat ./src/main/resources/application.yml
Expand Down

0 comments on commit 04da603

Please sign in to comment.