File tree Expand file tree Collapse file tree 1 file changed +24
-21
lines changed
Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments