Skip to content

Commit 1362437

Browse files
committed
default to playground as environment name
1 parent f1484a8 commit 1362437

File tree

55 files changed

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

+55
-54
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

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

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

samples/flask/.github/workflows/deploy.yaml

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

88
jobs:
99
deploy:
10-
environment: production
10+
environment: playground
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)