Skip to content

Commit

Permalink
github actions 도입 ..12 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-creative committed Nov 5, 2023
1 parent 94fbbcb commit 54ee3e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
java-version: '16'
distribution: 'corretto'

- name: Create application.properties
working-directory: ./src/main/resources
run: |
touch application.properties
echo '${{ secrets.APPLICATION_PROPERTIES }}' >> application.properties
echo '${{ secrets.APPLICATION_PROPERTIES_DEPLOY }}' >> application-deploy.properties
# - name: Create application.properties
# working-directory: ./src/main/resources
# run: |
# touch application.properties
# echo '${{ secrets.APPLICATION_PROPERTIES }}' >> application.properties
# echo '${{ secrets.APPLICATION_PROPERTIES_DEPLOY }}' >> application-deploy.properties

- name: gradlew에 실행 권한 부여
run: chmod +x ./gradlew
Expand Down

0 comments on commit 54ee3e2

Please sign in to comment.