nginx update
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 18s

This commit is contained in:
2026-03-17 22:15:44 +01:00
parent 45404157b3
commit 15c37f204c
5 changed files with 12992 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: Copy files
run: |
scp docker-compose.yml deploy@${{ secrets.DEPLOY_HOST}}:/var/www/app/
scp nginx.conf deploy@${{ secrets.DEPLOY_HOST }}:/var/www/app/
scp nginx.conf deploy@${{ secrets.DEPLOY_HOST }}:/var/www/app/nginx.conf
- name: Deploy
run: |