Skip to content

Commit 6659464

Browse files
committed
merged
2 parents 1e1322d + b37d792 commit 6659464

File tree

55 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+56
-56
lines changed

samples/angular-express/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/csharp-dotnet/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/django-postgres/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/django-postgres/app/crm_platform/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
ALLOWED_HOSTS = ['*']
3030

3131
CSRF_TRUSTED_ORIGINS = [
32-
'https://*.prod1.defang.dev',
32+
'https://*.defang.dev',
3333
'http://localhost:8000',
3434
]
3535

samples/django/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/django/app/defang_sample/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@
131131

132132
# CSRF
133133
CSRF_TRUSTED_ORIGINS = [
134-
'https://*.prod1.defang.dev'
134+
'https://*.defang.dev'
135135
]
136136

137137
if DEBUG:
138138
CSRF_TRUSTED_ORIGINS = [
139139
'http://localhost:8000',
140-
]
140+
]

samples/elysia/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/fastapi-postgres/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

samples/fastapi/.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.9
20+
uses: DefangLabs/defang-github-action@v1.1.0

0 commit comments

Comments
 (0)