No such file or directory
Sjk-Lacoste opened this issue · 1 comments
Sjk-Lacoste commented
My builds pass but for some reason when it runs deploy job I get this error: scp: /app: No such file or directory
banagale commented
@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