Skip to content

Commit 1f3edbb

Browse files
authored
change to "
1 parent 1cd5652 commit 1f3edbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
ROOT_DIR: ${{ vars.ROOT_DIR }}
3434
ENV_DIR: ${{ vars.ENV_DIR }}
3535
run: |
36-
ssh server '
36+
ssh server "
3737
cd $ROOT_DIR &&
3838
git pull origin main &&
3939
source $ENV_DIRbin/activate &&
4040
pip install -r requirements/production.txt &&
4141
python manage.py migrate --settings=config.settings.production &&
4242
python manage.py collectstatic --noinput --settings=config.settings.production &&
4343
supervisorctl restart django
44-
'
44+
"

0 commit comments

Comments
 (0)