Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoGuedes01 committed Oct 19, 2023
1 parent 3522b97 commit 0025e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Build Docker Image
run: docker build -t ci .
run: docker build -t preprocessing-webservice:ci .

- name: Run Docker Compose Up
run: docker-compose up -d
run: docker-compose up . -d

0 comments on commit 0025e90

Please sign in to comment.