Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLabs-software authored Nov 5, 2024
1 parent c468e3f commit a854b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "ISO files created:"
ls -la ./isodir
sudo apt update
sudo apt install sshpass
sudo apt reinstall sshpass
ssh-keyscan ${{ secrets.FTP_SERVER }} >> ~/.ssh/known_hosts
# Step 5: Delete existing files on FTP server
Expand Down

0 comments on commit a854b19

Please sign in to comment.