Skip to content

Merge pull request #598 from DefangLabs/jordan/production-environment #3

Merge pull request #598 from DefangLabs/jordan/production-environment

Merge pull request #598 from DefangLabs/jordan/production-environment #3

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
environment: production
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Deploy
uses: DefangLabs/defang-github-action@v1.3.2
with:
config-env-vars: TAVILY_API_KEY
env:
TAVILY_API_KEY: ${{ secrets.TAVILY_API_KEY }}