Skip to content

chore: edited workflow #2

chore: edited workflow

chore: edited workflow #2

Workflow file for this run

# Deployment workflow - Currently disabled
# Uncomment when ready to deploy to production
# name: Deploy to Defang
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Deploy to Defang
# uses: DefangLabs/defang-github-action@v1.1.0
# with:
# access-token: ${{ secrets.DEFANG_ACCESS_TOKEN }}
# env:
# # Set any required environment variables
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
# NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}