Skip to content

Commit 5d4186f

Browse files
committed
feat: add mercure token
1 parent b89d85d commit 5d4186f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-vps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: 📝 Update .env with Secrets
3535
run: |
36-
sed -i "s|VITE_MERCURE_TOKEN=.*|VITE_MERCURE_TOKEN=${{ secrets.MERCURE_TOKEN }}|" .env
36+
sed -i "s|VITE_MERCURE_TOKEN=.*|VITE_MERCURE_TOKEN=${{ secrets.MERCURE_TOKEN }}|" dist/.env
3737
3838
- name: 📤 Deploy to VPS
3939
uses: easingthemes/ssh-deploy@main

0 commit comments

Comments
 (0)