Skip to content

Commit 321942c

Browse files
authored
Merge pull request #243 from DefangLabs/add-environment-to-deploy
Add environment to deployments
2 parents 8a58b48 + 1362437 commit 321942c

File tree

57 files changed

+55
-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.

57 files changed

+55
-62
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 0 additions & 31 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)