Skip to content

Commit

Permalink
workflow変更
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuz committed Oct 16, 2023
1 parent c20cd6c commit 3003014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mkdir ~/.ssh -p
echo "" >> ~/.ssh/known_hosts
echo "${{ secrets.SSH_KEY }}" > key && chmod 600 key
ssh-keygen -R meister.ne.jp
ssh-keygen -R ${{ secrets.FTP_SERVER }}}
ssh-keygen -y -f key > key.pub && chmod 644 key.pub
echo "${{ secrets.KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
- name: Upload to Meister Online
Expand Down

0 comments on commit 3003014

Please sign in to comment.