Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquang111 committed Aug 26, 2024
1 parent 0aedbdc commit 1625111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
PRIVATE_KEY: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
HOST: ${{ secrets.EC2_HOST }}
USER: ec2-user
IMAGE: ${{ env.CONTAINER_NAME }}:${{ env.IMAGE_TAG }}
IMAGE: $CONTAINER_NAME:$IMAGE_TAG
run: |
echo "$PRIVATE_KEY" > private_key.pem
chmod 600 private_key.pem
Expand Down

0 comments on commit 1625111

Please sign in to comment.