-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find the documentation for cloud deployment #37
Comments
Hi, We are using terraform to deploy to fargate and to provision the S3. See terraform/ecs-harvester in this repo. |
Does the DB exist? AWS config is kind of black magic. Maybe running it from GitHub actions is easier. |
Yes, It was the issue because the database was not created by terraform. while debugging I was able to create the DB. |
@syedmbzaidi You are welcome. The documentation is not that great. Shame on me. The schema for the DB can be found in here which might be a little outdated but still should work. We added some extra columns there are pretty berlin specific. |
Hi Team,
I am implementing the same project for the City of Erfurt. Currently, I am trying to deploy the backend (fargate cluster). But I am unable to do so. I want to ask how you deploy the code on the aws cloud?
I didn't find any ecs-cli or aws-cli commands in the repository. Please guide me in the right direction. I am trying to deploy the app on aws directly. I have a postgres db ready. But I am unable to find the documentation for the deployment over the cloud.
Regards
Bilal Zaidi
The text was updated successfully, but these errors were encountered: