Skip to content

Commit f1484a8

Browse files
committed
add environment to deploy
1 parent 3cdb0bb commit f1484a8

File tree

56 files changed

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

56 files changed

+54
-62
lines changed

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: production
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: production
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: production
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: production
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: production
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: production
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: production
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: production
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

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

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

0 commit comments

Comments
 (0)