-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic linux tools for deploy_hook #1014
Comments
I will check if/why the |
|
Side note, |
Hey @adferrand did you think about the suggested environment variables? Thanks! |
Resolved! Sorry this was user error 🙈 I've used a more complicated yaml than posted above and had a typo in my deploy_hook: >-
/bin/cp /etc/letsencrypt/live/mydomain.de/privkey.pem /etc/letsencrypt/privkey.pem;
/bin/cp /etc/letsencrypt/live/mydomain.de/cert.pem /etc/letsencrypt/cert.pem;
/bin/cp /etc/letsencrypt/live/mydomain.de/chain.pem /etc/letsencrypt/chain.pem |
Would still be interested to discuss environment variables so I don't have to define this messy hook |
Hey there,
I need to use the
deploy_hook
functionality to copy generated certificates to a place and name which another application expects. To that end I've defined something similar to this:Upon execution I receive the error:
Could you please provide basic commands like
cp
with the container? Thanks!The text was updated successfully, but these errors were encountered: