Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent 0416012 commit d5920f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
java-version: '17'

- name: make application.properties
working-directory: /be/issue-tracker/src/main/resources/
run: |
cd ./be/issue-tracker/src/main/resources
echo "${{ secrets.DB_URL }}" > ./application.properties
echo "${{ secrets.DB_USERNAME }}" > ./application.properties
echo "${{ secrets.DB_PASSWORD }}" > ./application.properties
echo "${{ secrets.S3_ACCESS_KEY }}" > ./application.properties
echo "${{ secrets.S3_SECRET_KEY }}" > ./application.properties
shell: bash

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit d5920f7

Please sign in to comment.