Skip to content

Commit 6460912

Browse files
authored
test one command
1 parent 9b3d3e2 commit 6460912

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/django.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,4 @@ jobs:
3434
SSH_HOST: ${{ secrets.SSH_HOST }}
3535
- name: Deploy to Server
3636
run: |
37-
ssh production '
38-
cd /home/django/bakeup/ &&
39-
git pull origin main &&
40-
source /home/django/djangoenv/bin/activate &&
41-
pip install -r requirements/production.txt &&
42-
python manage.py migrate &&
43-
python collectstatic --noinput &&
44-
supervisorctl restart django
45-
'
37+
ssh production 'cd /home/django/bakeup/'

0 commit comments

Comments
 (0)