Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions samples/agentic-autogen/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/agentic-autogen/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/agentic-langgraph/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/agentic-langgraph/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/agentic-strands/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/agentic-strands/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/angular-express/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/angular-express/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/arduino-wifi/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/arduino-wifi/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/bullmq-bullboard-redis/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/crewai/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions samples/crewai/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
deploy:
down:
environment: production
runs-on: ubuntu-latest
permissions:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Deploy
- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/csharp-dotnet/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/csharp-dotnet/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/django-celery/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/django-celery/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/django-postgres/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/django-postgres/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/django-railpack/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/django-railpack/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
4 changes: 4 additions & 0 deletions samples/django-redis-postgres/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
paths:
- "**"
- "!.github/workflows/**"
- ".github/workflows/deploy.yaml"

jobs:
deploy:
Expand Down
21 changes: 21 additions & 0 deletions samples/django-redis-postgres/.github/workflows/down.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Down

on:
workflow_dispatch:

jobs:
down:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Down
uses: DefangLabs/defang-github-action@v1.3.2
with:
command: "down"
Loading
Loading