Add AWS CDK deployment scripts by @kazuki306 (#1193)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-13 19:15:43 -03:00 committed by GitHub
commit ca576c1bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 5626 additions and 7 deletions

View file

@ -40,5 +40,5 @@ jobs:
run: docker compose up --exit-code-from tests tests result_backend broker celeryworker db --build
continue-on-error: true
- name: Stop services
run: docker compose down
# - name: Stop services
# run: docker compose down