Skip to content

Commit f00dd7c

Browse files
committed
deploy fix
1 parent 637c222 commit f00dd7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
source .venv/bin/activate
7272
pip install -r requirements.txt
7373
74+
OWNER=$(stat -c '%U:%G' .)
75+
chown -R "$OWNER" .
76+
7477
sudo systemctl restart openpecha-api
7578
EOF
7679

0 commit comments

Comments
 (0)