mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix deploy workflow
This commit is contained in:
@@ -26,6 +26,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p deployment
|
||||||
|
touch deployment/.env
|
||||||
cat < deployment/.env << EOF
|
cat < deployment/.env << EOF
|
||||||
JWT_SECRET=${{ secrets.JWT_SECRET }}
|
JWT_SECRET=${{ secrets.JWT_SECRET }}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user