This commit is contained in:
Arnold Dechamps 2024-03-26 17:25:08 +01:00
parent c11340e0e9
commit dadd195d5c
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -40,4 +40,4 @@ jobs:
END
- name: Run Deploy
run: |
ssh target "cd /opt/tldtest/ && git pull && pip install -r requirements.txt && ./manage.py makemigrations && ./manage.py migrate && systemctl restart tldtest"
docker-compose down && git pull origin master @@ docker-compose up --build