diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 4c097b5..d173e72 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -30,4 +30,4 @@ jobs: remote_path: /var/www/my-app/ remote_host: ubuntu@ec2-13-212-149-238.ap-southeast-1.compute.amazonaws.com remote_user: ubuntu - remote_key: "${{ secrets.AWS_EC2_SSH_KEY }}" + remote_key: "${{ secrets.DEPLOY_KEY }}"