Skip to content

Commit

Permalink
action: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xCosmicOtter committed Oct 23, 2024
1 parent 572e834 commit 24a13e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ jobs:
- run: docker build -t ml_model .
- run: docker tag ml_model xcosmicotter/mlops_tp1
- run: echo "${{ secrets.SECRET_MLOPS_TP1 }}" | docker login -u "${{secrets.SECRET_MLOPS_TP1}}" --password-stdin
- run: docker push xcosmicotter/mlops_tp1:latest
- run: ssh ubuntu@17.2.2.1 "docker compose pull xcosmicotter/mlops_tp1"
- run: "(re)start container"
- run: docker push xcosmicotter/mlops_tp1:latest

0 comments on commit 24a13e8

Please sign in to comment.