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 e8cde43 commit ed8fdd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3

- name: Generate application.yml
run: |
echo $APPLICATION_YML > src/main/resources/application.yml
- run: echo $APPLICATION_YML > src/main/resources/application.yml

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

0 comments on commit ed8fdd3

Please sign in to comment.