From 0e1a006e92e912da450fe4ee57a303e5a146d656 Mon Sep 17 00:00:00 2001 From: Erland A Syafiq Date: Sat, 1 Jun 2024 22:17:49 -0400 Subject: [PATCH] Edited deploy runner --- .github/workflows/vtmunc-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vtmunc-runner.yml b/.github/workflows/vtmunc-runner.yml index 630246e..2381523 100644 --- a/.github/workflows/vtmunc-runner.yml +++ b/.github/workflows/vtmunc-runner.yml @@ -25,7 +25,7 @@ jobs: - name: Create identity file for ssh run: echo "${{ secrets.EC2_IDENTITY_FILE}}" > vtmunc.pem - name: SSH into EC2 instance - run: ssh -i vtmunc.pem webapp@vtmunc.org + run: ssh -i vtmunc.pem -o "StrictHostKeyChecking no" webapp@vtmunc.org - name: Pull image from docker hub run: docker pull vtmunc/vtmunc:latest - name: Delete old container