Skip to content

Commit

Permalink
move-distro-resources-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Chmielnik committed Mar 7, 2024
1 parent 052a768 commit e80acc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
exit 1
fi
echo "Start SFTP upload version: $WEBSITE_VERSION"
lftp -u ${{ secrets.SFTP_USERNAME }}, -e "set sftp:connect-program 'ssh -a -x -o StrictHostKeyChecking=no'; mkdir -p /var/www/opendistro/html/$WEBSITE_VERSION; mirror --reverse --parallel=20 --verbose _site/ /var/www/opendistro/html/$WEBSITE_VERSION/; quit" sftp://52.30.226.239
lftp -u opendistro, -e "set sftp:connect-program 'ssh -a -x -o StrictHostKeyChecking=no'; mkdir -p /var/www/opendistro/html/$WEBSITE_VERSION; mirror --reverse --parallel=20 --verbose _site/ /var/www/opendistro/html/$WEBSITE_VERSION/; quit" sftp://52.30.226.239
post_deploy:
needs: deploy
Expand Down

0 comments on commit e80acc9

Please sign in to comment.