Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion samples/golang-openai/.github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ jobs:
- name: Login to Defang
run: defang login

- name: Set config
run: echo $OPENAI_KEY | defang config set --name OPENAI_KEY
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}

- name: Deploy
run: defang compose up -v --detach
run: defang compose up -v --detach