marcus-sonestedt / t13activityweb

Website to help organizations & clubs coordinate activities amongst their members
GNU Affero General Public License v3.0
2 stars 1 forks source link

Fix SSH copy step in release deployment on Azure Webops so Continous Deployment works #10

Open marcus-sonestedt opened 4 years ago

marcus-sonestedt commented 4 years ago

CD (and CI) is set up https://lolworx.visualstudio.com/macke/_release but don't work because the SSH file copy step doesn't seem to work with an SSH key using a passphrase.

Just changing it to a non-passphrase protected key might work.

Should try that and iron out remaining bugs as manual release requires logging in via SSH and run a number of manual (thus errorprone) steps.

marcus-sonestedt commented 4 years ago

Spent some hours on this. Still got SSH login failure. :(

marcus-sonestedt commented 3 years ago

Stupid error. SSH host is ssh.eu.pythonanywhere.com, not just eu.pythonanywhere.com ..