mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: ecs-deployment.yml (#1989)
This commit is contained in:
2
.github/workflows/ecs-deployment.yml
vendored
2
.github/workflows/ecs-deployment.yml
vendored
@@ -15,7 +15,7 @@ env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
# github.repository as <account>/<repo>
|
||||
IMAGE_NAME: ${{ github.repository }}/formbricks-experimental
|
||||
IMAGE_NAME: formbricks-experimental
|
||||
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/formbricks?schema=public"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user