testdrivenio/django-github-digitalocean

No such file or directory

Sjk-Lacoste opened this issue · 1 comments

My builds pass but for some reason when it runs deploy job I get this error: scp: /app: No such file or directory

@Sjk-Lacoste This is happening in your deploy section of main. It is trying to copy into a folder on your DO instance.

If it does not exist, you maybe accidentally skipped this step from the guide:

Then, create a new directory for the app:

$ ssh -o StrictHostKeyChecking=no root@<YOUR_INSTANCE_IP> mkdir /app