Skip to content

Commit

Permalink
Fix: Update frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khw18 authored Jun 6, 2024
1 parent b625ce5 commit 19a529c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

run: |
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME}
pwd
cd ~
mkdir fetest
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} <<'EOF'
pwd
cd ~
mkdir fetest
EOF

0 comments on commit 19a529c

Please sign in to comment.