Skip to content

Commit

Permalink
Update pipeline-ci.yaml
Browse files Browse the repository at this point in the history
Adição do docker na pipeline
  • Loading branch information
pedroeverton217 authored Jan 8, 2025
1 parent 3fdb6b1 commit 90745cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Set up Docker Compose
run: |
docker-compose -f docker-compose.yml up -d --build
Expand Down

0 comments on commit 90745cd

Please sign in to comment.