Skip to content

Commit

Permalink
Merge pull request #143 from BudgetBuddiesTeam/feat/#137
Browse files Browse the repository at this point in the history
  • Loading branch information
ggamD00 authored Aug 19, 2024
2 parents 18e58ef + e24a16d commit d1aa222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Ensure resource directory exists
run: mkdir -p ./src/main/resources

- name : injection-yml
run : echo -E "${{ secrets.YML }}" > ./src/main/resources/application.yml
- name: injection-yml
run: echo -E "${{ secrets.YML }}" > ./src/main/resources/application.yml

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand All @@ -43,4 +43,4 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
host: ${{ secrets.HOST_DEV }}
username: ${{ secrets.USERNAME }}
script: ${{ secrets.SCRIPT }}
script: ${{ secrets.DEPLOY_SCRIPT }}

0 comments on commit d1aa222

Please sign in to comment.