We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ea1ff commit 2924a19Copy full SHA for 2924a19
1 file changed
.github/workflows/cd.yml
@@ -46,7 +46,6 @@ jobs:
46
47
- name: Create .env file from GitHub secrets
48
run: |
49
- cd FixLog_Server
50
echo "mysql_url=${{ secrets.mysql_url }}" >> .env
51
echo "mysql_username=${{ secrets.mysql_username }}" >> .env
52
echo "mysql_password=${{ secrets.mysql_password }}" >> .env
0 commit comments