Skip to content

Commit

Permalink
feat: update work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
plh97 committed Oct 29, 2023
1 parent 96f6a35 commit e9914e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-CICD-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config: |
Host aws
HostName ${{ secrets.SSH_HOST }}
User root
User ubuntu
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
Expand Down

0 comments on commit e9914e2

Please sign in to comment.