Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Sep 1, 2024
2 parents b414071 + 1dda75e commit be07f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

x-docker-common: &docker-common
env_file: .env.production
image: asia-east1-docker.pkg.dev/pycontw-225217/data-team/pycon-etl:lastest
image: asia-east1-docker.pkg.dev/pycontw-225217/data-team/pycon-etl:latest
volumes:
- ./service-account.json:/opt/airflow/service-account.json
- airflow-db-volume:/opt/airflow/
Expand Down
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

```bash
# Start production services
make deploy-prod
docker-compose -f ./docker-compose.yml up

# Stop production services
# make down-prod
# docker-compose -f ./docker-compose.yml down
```

0 comments on commit be07f59

Please sign in to comment.