milanmk / actions-file-deployer

Composite GitHub Action (Linux runner) for deploying repository content to remote server. Fast and customizable deployment with proxy support. Deploy only changed files or do full sync/mirror of repository content.
The Unlicense
62 stars 14 forks source link

First sync not working. #20

Closed pravnkay closed 1 year ago

pravnkay commented 1 year ago

I am trying to run this workflow. There are no errors being shown in github actions page, but in the log, it shows like this...

image

I tried running in delta mode first, and then in full mode. Same output in both. BTW, the root directory is empty. What to do ? Any idea how to resolve this ?

pravnkay commented 1 year ago

Nevermind, I created an index.php both at server and source manually and then updated the source using delta mode and it worked. Weird, it didn't work with the full Laravel project content the first time.