Skip to content

Commit

Permalink
Clean CICD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 2, 2024
1 parent 2f32e13 commit ec12c18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/build-images.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/production_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ on:
- master

jobs:
ci:
uses: ./.github/workflows/ci.yml

build:
needs: ci
uses: ./.github/workflows/build-images.yml
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
uses: ./.github/workflows/ci.yml

deploy:
needs: build
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/staging_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ on:
- staging

jobs:
ci:
uses: ./.github/workflows/ci.yml

build:
needs: ci
uses: ./.github/workflows/build-images.yml
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
uses: ./.github/workflows/ci.yml

deploy:
needs: build
Expand Down

0 comments on commit ec12c18

Please sign in to comment.