Statamic: permissions funky on fresh server, provisioned by dep #3538
Unanswered
hansipete
asked this question in
Help needed
Replies: 1 comment 2 replies
-
Maybe a bug?) I recently use Deployer on DO, provision & deploy - everything went well. Let's debug more.
Where error is coming from? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello everybody,
today I spawned a small cloud instance (Ubuntu 20.04) at Hetzner, run
dep init
in my project folder and let the results untouched apart from adding the hostname:Then I provisioned the server by runnning
dep provision -o remote_user=root
. I confirmed all the defaults (blank sudo password) and entered the domain to match the host.Everything seems to run fine so far. Added content of servers
~/.ssh/id_rsa.pub
as deploy keys on Github.I'm also able to
dep deploy
, logged into the server and setup the.env
. The app should be ready to go now, but I'm getting errors:I re-ran the
dep deploy:writable -v
and checked the output and it looks allright (i think) for that folder:I can manually fix those by
dep ssh
into the server and adjust permission on these folders, but why isn't it working in the first place?Hope I'm missing something in my procedure and get it running one day :) I'd really like to use it for my deployments.
Thank you & have a great weekend everyone,
Hans
Beta Was this translation helpful? Give feedback.
All reactions