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 ed8fdd3 commit 9654b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
- run: touch ./src/main/resources/application.yml
- run: echo $APPLICATION_YML > src/main/resources/application.yml
- run: cat ./src/main/resources/application.yml

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

0 comments on commit 9654b6e

Please sign in to comment.