We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd5652 commit 1f3edbbCopy full SHA for 1f3edbb
.github/workflows/django.yml
@@ -33,12 +33,12 @@ jobs:
33
ROOT_DIR: ${{ vars.ROOT_DIR }}
34
ENV_DIR: ${{ vars.ENV_DIR }}
35
run: |
36
- ssh server '
+ ssh server "
37
cd $ROOT_DIR &&
38
git pull origin main &&
39
source $ENV_DIRbin/activate &&
40
pip install -r requirements/production.txt &&
41
python manage.py migrate --settings=config.settings.production &&
42
python manage.py collectstatic --noinput --settings=config.settings.production &&
43
supervisorctl restart django
44
- '
+ "
0 commit comments