Skip to content

Commit

Permalink
fix(cd): delete restoring pem file process:
Browse files Browse the repository at this point in the history
  • Loading branch information
astorverse committed Jul 21, 2024
1 parent 084ba2c commit 44befcc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 44befcc

Please sign in to comment.