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 25d6a46 commit 15f3351
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
- run: echo "${{ secrets.SECRET_MLOPS_TP1 }}" | docker login -u "${{ secrets.SECRET_MLOPS_TP1_USERNAME }}" --password-stdin
- run: docker push xcosmicotter/mlops_tp1:latest
- run: sudo apt-get update && sudo apt-get install -y sshpass
- run: |
sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no ubuntu@20.86.55.5
- run: sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no ubuntu@20.86.55.5
- run: docker pull xcosmicotter/mlops_tp1:latest
- run: docker run -d -p 80:80 xcosmicotter/mlops_tp1:latest

0 comments on commit 15f3351

Please sign in to comment.