Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 25, 2024
1 parent 2f520bb commit 95ea71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: development
env:
DOCKER_REPO: ${{ secrets.DEPLOY_DOCKER_REPOSITORY }}
DOCKER_COMPOSE_CMD: $DOCKER_COMPOSE_CMD --progress plain
DOCKER_COMPOSE_CMD: DOCKER_COMPOSE_CMD --progress plain
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
environment: development
env:
DOCKER_REPO: ${{ secrets.DEPLOY_DOCKER_REPOSITORY }}
DOCKER_COMPOSE_CMD: $DOCKER_COMPOSE_CMD --progress plain
DOCKER_COMPOSE_CMD: DOCKER_COMPOSE_CMD --progress plain
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 95ea71d

Please sign in to comment.