Error with Strapi one click deploy

Hi, I’m getting the following when deploying a simple Strapi project:

May 28 01:15:54 PM ==> Cloning from GitHub - abrigrobler/cam-backend: Strapi based backend for camalia.co.za
May 28 01:15:57 PM ==> Checking out commit 35aeafd13f04c02f4a615a11baebeb4095823932 in branch master
May 28 01:16:10 PM ==> Downloading cache…
May 28 01:16:23 PM ==> Downloaded 289MB in 4s. Extraction took 8s.
May 28 01:16:26 PM ==> Detected Node version 12.18.4
May 28 01:16:26 PM ==> Running build command ‘yarn install && yarn build’…
May 28 01:16:26 PM yarn install v1.22.5
May 28 01:16:26 PM [1/5] Validating package.json…
May 28 01:16:26 PM [2/5] Resolving packages…
May 28 01:16:27 PM success Already up-to-date.
May 28 01:16:27 PM Done in 0.83s.
May 28 01:16:27 PM yarn run v1.22.5
May 28 01:16:27 PM $ strapi build
May 28 01:16:28 PM Building your admin UI with production configuration …
May 28 01:16:29 PM :information_source: Compiling Webpack
May 28 01:16:42 PM :heavy_check_mark: Webpack: Compiled successfully in 12.78s
May 28 01:16:42 PM Done in 15.00s.
May 28 01:16:58 PM ==> Uploading build…
May 28 01:17:23 PM ==> Build successful :tada:
May 28 01:17:23 PM ==> Deploying…
May 28 01:18:20 PM ==> Detected Node version 12.18.4
May 28 01:18:20 PM ==> Starting service with ‘rsync -a public/ /data/public/ && yarn start’
May 28 01:18:20 PM rsync: change_dir “/opt/render/project/src//public” failed: No such file or directory (2)
May 28 01:18:20 PM rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
May 28 01:18:24 PM ==> Detected Node version 12.18.4
May 28 01:18:24 PM ==> Starting service with ‘rsync -a public/ /data/public/ && yarn start’
May 28 01:18:24 PM rsync: change_dir “/opt/render/project/src//public” failed: No such file or directory (2)
May 28 01:18:24 PM rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]

Not sure what to do here?

Update: Followed the Strapi guide from start to finish again, works now. No idea why.