From 08938a1a0be10584ffa2885004f71666d81f6719 Mon Sep 17 00:00:00 2001 From: Damien Date: Sun, 13 Mar 2022 18:39:30 +0000 Subject: [PATCH] ci: deploy at the end of action --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9075bb1a0..289aa9082 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,3 +28,7 @@ jobs: context: . push: true tags: ${{ env.CONTAINER_REGISTRY }}:${{ github.sha }},${{ env.CONTAINER_REGISTRY }}:latest + - name: Deploy Image + run: | + ssh ubuntu@prod sudo systemctl restart unveil-backend.service +