Skip to content

Commit ce45538

Browse files
fix: use quotes around github vars
1 parent a01abb1 commit ce45538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
# Update code
4242
cd /srv/trust.tgo.dev/current
4343
git reset --hard HEAD
44-
git pull
44+
git pull
4545
# Update dependencies
4646
cd ..
4747
source venv/bin/activate
4848
pip install --quiet -r current/requirements.txt
4949
# Update frontend
5050
cd current/vite
51-
/home/$SSH_USER/.nvm/versions/node/v22.12.0/bin/npm build
51+
"/home/$SSH_USER/.nvm/versions/node/v22.12.0/bin/npm build"
5252
EOF
5353
5454
- name: Reload NGINX

0 commit comments

Comments
 (0)