Skip to content

Commit

Permalink
populating db inside backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 5, 2024
1 parent be4f3cf commit bb913c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Apply On Push Infrastructure Terraform
on:
push:
branches:
- deploy-infra-terraformv2
- deploy-infra-terraformv3

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Images
on:
push:
branches:
- deploy-infra-terraformv2
- deploy-infra-terraformv3
paths-ignore:
- 'terraform/**'
- 'workflows/**'
Expand Down
1 change: 0 additions & 1 deletion IMOMaritimeSingleWindow/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY ./SqlScripts/Create_and_populate_DB.sql /workspaces/backend/SqlScripts/Crea
# Expose the port
EXPOSE 5000

# PostgreSQL connection
ENV PGHOST=imo-dev-psqlflexibleserver-1.postgres.database.azure.com
ENV PGPORT=5432
ENV PGDATABASE=db-imo-msw-dev-1
Expand Down

0 comments on commit bb913c1

Please sign in to comment.