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 04da603 commit c042349
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
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: echo "$APPLICATION_YML" > src/main/resources/application.yml
- run: cat ./src/main/resources/application.yml

- name: Debug APPLICATION_YML
run: echo "$APPLICATION_YML"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit c042349

Please sign in to comment.