From 24a13e817549451251ef4133a097dab20f7a61c1 Mon Sep 17 00:00:00 2001 From: Cosmic Otter Date: Wed, 23 Oct 2024 15:16:55 +0200 Subject: [PATCH] action: testing --- .github/workflows/github-actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1973f64..a9bd65e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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