We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857a36f commit a3a70ecCopy full SHA for a3a70ec
1 file changed
.github/workflows/deploy.yml
@@ -52,10 +52,13 @@ jobs:
52
# passphrase: ${{ secrets.KEY_PASSPHRASE }} # only if your key has one
53
script: |
54
set -e
55
- git config --global --add safe.directory /home/ubuntu/Moodico
+ sudo chown -R ubuntu:ubuntu /home/ubuntu/Moodico
56
+ sudo git config --system --add safe.directory /home/ubuntu/Moodico
57
+
58
cd /home/ubuntu/Moodico
59
git fetch origin main
60
git reset --hard origin/main
61
62
source venv/bin/activate
63
pip install --upgrade pip
64
pip install -r requirements.txt
0 commit comments