Skip to content

Commit 16cb7a2

Browse files
committed
v9
1 parent 521f944 commit 16cb7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
mkdir -p deploy
3131
cp build/libs/*.jar deploy/app.jar
3232
33+
3334
- name: Create .env file for prod
3435
run: |
3536
echo "SPRING_DATASOURCE_URL=${{ secrets.DEPLOY_DB_URL }}" >> deploy/.env

0 commit comments

Comments
 (0)