We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c222 commit f00dd7cCopy full SHA for f00dd7c
1 file changed
.github/workflows/deploy.yml
@@ -71,6 +71,9 @@ jobs:
71
source .venv/bin/activate
72
pip install -r requirements.txt
73
74
+ OWNER=$(stat -c '%U:%G' .)
75
+ chown -R "$OWNER" .
76
+
77
sudo systemctl restart openpecha-api
78
EOF
79
0 commit comments