Hi there I'm using the following script to deploy
```yml
G'day, @Swapnil Soni
Welcome to the community!
If I understand this correctly you wanted to deploy your Node.js app using Bitbucket runner to the hosted runner machine? If yes, I believe this is not possible for docker runner as mention in our documentations here
Can’t access the local files on the runner host from a build script: In order to provide isolation and reproducibility, a runner doesn’t provide access directly to the host file system, we recommend using SCP / Rsync, if necessary.
As mention above, the only way around this is to use SCP or Rsync to deploy them locally. Feel free to check out the following similar discussion if you wanted to deploy locally via SCP.
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.