Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flokapi committed Sep 17, 2024
1 parent 500e904 commit d97f4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
# python-version: "3.12"
# - name: update pip
# run: python -m pip install --upgrade pip

# - name: install
# run: make install
# - name: test
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
username: ${{secrets.PROD_USERNAME}}
password: ${{secrets.PROD_PASSWORD}}
script: |
cd /root/image-classification
docker build -t img_cls:latest .
docker run --rm -p 8000:8000 img_cls:latest
# echo ${{secrets.PROD_PASSWORD}} | sudo -S systemctl restart image-classification

0 comments on commit d97f4db

Please sign in to comment.