Skip to content

Commit d45ddb7

Browse files
committed
chore: edited workflow
1 parent 72285df commit d45ddb7

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

.github/workflows/deploy.yml

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
name: Deploy to Defang
1+
# Deployment workflow - Currently disabled
2+
# Uncomment when ready to deploy to production
23

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
4+
# name: Deploy to Defang
85

9-
jobs:
10-
deploy:
11-
runs-on: ubuntu-latest
6+
# on:
7+
# push:
8+
# branches: [ main ]
9+
# pull_request:
10+
# branches: [ main ]
11+
12+
# jobs:
13+
# deploy:
14+
# runs-on: ubuntu-latest
1215

13-
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v4
16+
# steps:
17+
# - name: Checkout code
18+
# uses: actions/checkout@v4
1619

17-
- name: Deploy to Defang
18-
uses: DefangLabs/defang-github-action@v1.1.0
19-
with:
20-
access-token: ${{ secrets.DEFANG_ACCESS_TOKEN }}
21-
env:
22-
# Set any required environment variables
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
25-
NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
20+
# - name: Deploy to Defang
21+
# uses: DefangLabs/defang-github-action@v1.1.0
22+
# with:
23+
# access-token: ${{ secrets.DEFANG_ACCESS_TOKEN }}
24+
# env:
25+
# # Set any required environment variables
26+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
# COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
28+
# NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}

0 commit comments

Comments
 (0)