diff --git a/.gitea/workflows/ci-p2-drift.yml b/.gitea/workflows/ci-p2-drift.yml index 7a374fb..0b9ab52 100644 --- a/.gitea/workflows/ci-p2-drift.yml +++ b/.gitea/workflows/ci-p2-drift.yml @@ -49,20 +49,3 @@ jobs: - name: Test run: cd $GITHUB_WORKSPACE/products/02-iac-drift-detection/saas && npm test - build-push: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - name: Checkout - run: git clone --depth=1 http://192.168.86.11:3005/jarvis/dd0c.git $GITHUB_WORKSPACE || true - - name: Build and push - run: | - cd $GITHUB_WORKSPACE/products - docker build -t localhost:5000/dd0c-drift:latest ./02-iac-drift-detection/saas - docker push localhost:5000/dd0c-drift:latest - - name: Deploy - run: | - cd $GITHUB_WORKSPACE/products - docker compose pull drift - docker compose up -d drift diff --git a/.gitea/workflows/ci-p3-alert.yml b/.gitea/workflows/ci-p3-alert.yml index 7bfdda8..e11abdf 100644 --- a/.gitea/workflows/ci-p3-alert.yml +++ b/.gitea/workflows/ci-p3-alert.yml @@ -24,20 +24,3 @@ jobs: - name: Test run: cd $GITHUB_WORKSPACE/products/03-alert-intelligence && npm test - build-push: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - name: Checkout - run: git clone --depth=1 http://192.168.86.11:3005/jarvis/dd0c.git $GITHUB_WORKSPACE || true - - name: Build and push - run: | - cd $GITHUB_WORKSPACE/products - docker build -t localhost:5000/dd0c-alert:latest ./03-alert-intelligence - docker push localhost:5000/dd0c-alert:latest - - name: Deploy - run: | - cd $GITHUB_WORKSPACE/products - docker compose pull alert - docker compose up -d alert diff --git a/.gitea/workflows/ci-p4-portal.yml b/.gitea/workflows/ci-p4-portal.yml index 72b1dd7..9d3a2a6 100644 --- a/.gitea/workflows/ci-p4-portal.yml +++ b/.gitea/workflows/ci-p4-portal.yml @@ -24,20 +24,3 @@ jobs: - name: Test run: cd $GITHUB_WORKSPACE/products/04-lightweight-idp && npm test - build-push: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - name: Checkout - run: git clone --depth=1 http://192.168.86.11:3005/jarvis/dd0c.git $GITHUB_WORKSPACE || true - - name: Build and push - run: | - cd $GITHUB_WORKSPACE/products - docker build -t localhost:5000/dd0c-portal:latest ./04-lightweight-idp - docker push localhost:5000/dd0c-portal:latest - - name: Deploy - run: | - cd $GITHUB_WORKSPACE/products - docker compose pull portal - docker compose up -d portal diff --git a/.gitea/workflows/ci-p5-cost.yml b/.gitea/workflows/ci-p5-cost.yml index d66a82c..49dd0e5 100644 --- a/.gitea/workflows/ci-p5-cost.yml +++ b/.gitea/workflows/ci-p5-cost.yml @@ -24,20 +24,3 @@ jobs: - name: Test run: cd $GITHUB_WORKSPACE/products/05-aws-cost-anomaly && npm test - build-push: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - name: Checkout - run: git clone --depth=1 http://192.168.86.11:3005/jarvis/dd0c.git $GITHUB_WORKSPACE || true - - name: Build and push - run: | - cd $GITHUB_WORKSPACE/products - docker build -t localhost:5000/dd0c-cost:latest ./05-aws-cost-anomaly - docker push localhost:5000/dd0c-cost:latest - - name: Deploy - run: | - cd $GITHUB_WORKSPACE/products - docker compose pull cost - docker compose up -d cost diff --git a/.gitea/workflows/ci-p6-run.yml b/.gitea/workflows/ci-p6-run.yml index c2ca55f..705cc47 100644 --- a/.gitea/workflows/ci-p6-run.yml +++ b/.gitea/workflows/ci-p6-run.yml @@ -24,20 +24,3 @@ jobs: - name: Test run: cd $GITHUB_WORKSPACE/products/06-runbook-automation/saas && npm test - build-push: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - name: Checkout - run: git clone --depth=1 http://192.168.86.11:3005/jarvis/dd0c.git $GITHUB_WORKSPACE || true - - name: Build and push - run: | - cd $GITHUB_WORKSPACE/products - docker build -t localhost:5000/dd0c-run:latest ./06-runbook-automation/saas - docker push localhost:5000/dd0c-run:latest - - name: Deploy - run: | - cd $GITHUB_WORKSPACE/products - docker compose pull run - docker compose up -d run