Skip to content

Commit e3e895e

Browse files
author
Eduardo
committed
chore: update deploy file
1 parent 3a182e4 commit e3e895e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/DeployApp.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2121

22-
- name: Add SSH host key
23-
run: |
24-
mkdir -p ~/.ssh
25-
ssh-keyscan -H ec2-18-228-31-193.sa-east-1.compute.amazonaws.com >> ~/.ssh/known_hosts
26-
2722
- name: Deploy to EC2
2823
run: |
2924
ssh [email protected] << 'EOF'

0 commit comments

Comments
 (0)