Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme committed Nov 4, 2023
1 parent ea38421 commit a9f262e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD Pipeline

on:
push:
branches: [ "main" ]
branches: [ "main", "feature/mlflow" ]

jobs:
publish:
Expand Down Expand Up @@ -45,15 +45,14 @@ jobs:
token: ${{ secrets.CLOUDTYPE_TOKEN }}
project: toy_lab/review_generator
stage: main
yaml: >
yaml: |
name: ml-pipe-project
app: dockerfile
options:
image: ghcr.io/${{ github.repository }}/api:${{ github.sha }}
ports: 4000 5000
commands: >-
commands: |-
poetry run python src/app.py &
poetry run mlflow server --host 0.0.0.0 --backend-store-uri /tmp/mlruns --no-server-artifacts &
context:
git:
Expand Down

0 comments on commit a9f262e

Please sign in to comment.