Skip to content

Commit

Permalink
scpのオプション変更
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuz committed Oct 16, 2023
1 parent 8730a2a commit 88ce19f
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 @@ -73,7 +73,7 @@ jobs:
--minify \
--baseURL "https://meister.ne.jp" -d meister
cat ~/.ssh/known_hosts
scp -i key -r ./meister/* ${{ secrets.FTP_USERNAME }}@${{ secrets.FTP_SERVER }}:~/www/
scp -o "StrictHostKeyChecking=no" -i key -r ./meister/* ${{ secrets.FTP_USERNAME }}@${{ secrets.FTP_SERVER }}:~/www/
# Deployment job
deploy:
Expand Down

0 comments on commit 88ce19f

Please sign in to comment.