Skip to content

Commit

Permalink
cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtong76 committed Nov 9, 2024
1 parent 7dd0d04 commit b494ee8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/simple-web-ec2-single-tough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:
ssh-private-key: ${{ secrets.AWS_KEY}}
- name: 파일 목록보기
run: |
ssh -o StrictHostKeyChecking=no \
${{ secrets.AWS_USER }}@${{ secrets.AWS_HOST }} \
"ls -al /home/${{secrets.AWS_USER}}"
ssh -o StrictHostKeyChecking=no ${{ secrets.AWS_USER }}@${{ secrets.AWS_HOST }} "ls -al /home/${{ secrets.AWS_USER }}"

0 comments on commit b494ee8

Please sign in to comment.