nigga3
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 10s

This commit is contained in:
2026-03-17 18:38:42 +01:00
parent 57c1122a1a
commit c538ef631e
3 changed files with 2 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/ deploy@${{ secrets.DEPLOY_HOST }}:/var/www/app/
scp nginx.conf deploy@${{ secrets.DEPLOY_HOST }}:/var/www/app/
- name: Deploy
run: |

View File

@@ -6,7 +6,7 @@ services:
ports:
- "3000:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- frontend
- backend