Skip to content

Commit

Permalink
Update alt-gla-prod-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadAthani authored Nov 24, 2024
1 parent ee10239 commit 046aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alt-gla-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.EC2_SSH_KEY_NEWALTV1_DEV }}" > ~/.ssh/id_rsa
echo "${{ secrets.EC2_SSH_KEY_GLA_PROD }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# Add the SSH key to the known_hosts file (replace hostname with your actual hostname)
ssh-keyscan -H ${{ secrets.HOST_DNS_GLA_PROD }} >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 046aba1

Please sign in to comment.