We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d85d commit 5d4186fCopy full SHA for 5d4186f
1 file changed
.github/workflows/deploy-vps.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: 📝 Update .env with Secrets
35
run: |
36
- sed -i "s|VITE_MERCURE_TOKEN=.*|VITE_MERCURE_TOKEN=${{ secrets.MERCURE_TOKEN }}|" .env
+ sed -i "s|VITE_MERCURE_TOKEN=.*|VITE_MERCURE_TOKEN=${{ secrets.MERCURE_TOKEN }}|" dist/.env
37
38
- name: 📤 Deploy to VPS
39
uses: easingthemes/ssh-deploy@main
0 commit comments