[fix] Fix CI/CD

This commit is contained in:
ITQ
2024-04-01 01:50:27 +03:00
parent 3bec09dab8
commit 0a8b3773f5
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ name: Deployment
on:
workflow_run:
workflows: ["Django CI/CD", "Frontend CI/CD"]
workflows: ["Frontend CI/CD"]
types:
- completed
@@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3
- name: Pull Docker images and start containers
run: |
docker compose up -d --build
sudo docker compose up -d --build
+5 -1
View File
@@ -1,6 +1,10 @@
name: Frontend CI/CD
on: [push, pull_request]
on:
workflow_run:
workflows: ["Django CI/CD"]
types:
- completed
jobs:
linting: