From 44befcc984342b2be61b7c42f1cf82bc4f2c27f9 Mon Sep 17 00:00:00 2001 From: do-huni Date: Sun, 21 Jul 2024 15:19:28 +0900 Subject: [PATCH] fix(cd): delete restoring pem file process: --- .github/workflows/deploy-to-master.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy-to-master.yml b/.github/workflows/deploy-to-master.yml index 861b468..02f4ce7 100644 --- a/.github/workflows/deploy-to-master.yml +++ b/.github/workflows/deploy-to-master.yml @@ -50,12 +50,6 @@ jobs: - name: Test AWS Credentials run: aws sts get-caller-identity - - name: Restore PEM file - uses: actions/download-artifact@v2 - with: - name: deploy-key - path: deploy_key.pem - - name: Log in to ECR run: | aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.AWS_PRODUCTION_ECR_URL }}