chore: edited workflow #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 }} |