Skip to content

Commit 885d828

Browse files
author
Eduardo
committed
chore: change deploy file
1 parent a5a79b9 commit 885d828

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/DeployApp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
2626
chmod 600 ~/.ssh/id_rsa
2727
28-
- name: Add SSH host key
29-
run: |
30-
ssh-keyscan -H ec2-18-228-31-193.sa-east-1.compute.amazonaws.com >> ~/.ssh/known_hosts
31-
3228
- name: Deploy to EC2
3329
run: |
3430
ssh [email protected] << 'EOF'

0 commit comments

Comments
 (0)