Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LionnoiL committed May 9, 2024
1 parent 8087e65 commit ffe3930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-e "s/\${FACEBOOK_CLIENT_SECRET}/${{ secrets.FACEBOOK_CLIENT_SECRET }}/g" \
-e "s/\${GMAIL_USER_NAME}/${{ secrets.GMAIL_USER_NAME }}/g" \
-e "s/\${GMAIL_USER_PASSWORD}/${{ secrets.GMAIL_USER_PASSWORD }}/g" \
-e "s/\${SERVER_PORT}/${{ secrets.SERVER_PORT }}/g" \
-e "s/\${SERVER_PORT:5555}/${{ secrets.SERVER_PORT }}/g" \
src/main/resources/application.properties
- name: Set up Java
Expand Down

0 comments on commit ffe3930

Please sign in to comment.