Local deployment upload fails, works on GH Actions #2499
Unanswered
dingo-d
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I've managed to fix my deployment, and it's working really nicely I might add.
But one thing is odd. While the deployment works perfectly for the CI/CD runner on GH Actions it seems to fail on local computer.
I have a file that I'm creating out of a template and in my task I have
This works on real deployment, but for some reason for my local run I get
not sure why rsync tries to do this:
push_dir#3 "/Users/denis.zoljom/Sites/infinum/wpcicd/~/Desktop/test.deploy.test"
, instead of just expanding the~
that I have set in mylocalhost()
🤷🏼♂️I'm on version 6.8.0. PHP 7.4
Any ideas why this happens?
Beta Was this translation helpful? Give feedback.
All reactions