Skip to content

Commit 20a570a

Browse files
use the latest github action in samples
1 parent f795e79 commit 20a570a

File tree

58 files changed

+62
-62
lines changed

Some content is hidden

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

58 files changed

+62
-62
lines changed

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.4
20+
uses: DefangLabs/defang-github-action@v1.2.0
2121
with:
2222
config-env-vars: SECRET_KEY POSTGRES_PASSWORD POSTGRES_PARAMS
2323
env:
2424
SECRET_KEY: ${{ secrets.SECRET_KEY }}
2525
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26-
POSTGRES_PARAMS: ${{ secrets.POSTGRES_PARAMS }}
26+
POSTGRES_PARAMS: ${{ secrets.POSTGRES_PARAMS }}

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

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

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

samples/feathersjs/.github/workflows/deploy.yaml

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

2020
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.1.0
21+
uses: DefangLabs/defang-github-action@v1.2.0

0 commit comments

Comments
 (0)