mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
.gitignore add challenges/* #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gertcuykens on GitHub (Dec 16, 2017).
Can
challenges/*be added to .gitignore please thx@lukas2511 commented on GitHub (Dec 16, 2017):
I was asked this several times by now, and I'm still saying no.
My opinion on this is that public(!) challenge files have nothing to do right next the very private key files, they should be somewhere like /var/www and considered completely public.
@gertcuykens commented on GitHub (Dec 17, 2017):
I put boilerplate code in it that dispatches the challenges either true
scporgcloud app deploy acme.yaml --project $(PROJECT)it's like a extension of the hook.sh script. In case ofscpi can find a work around referring to /tmp/challenges or something but in case of gcloud it gets messy to put it somewhere else@lukas2511 commented on GitHub (Dec 17, 2017):
You can add a local exclusion using
.git/info/exclude, but I'm suggesting to find a way to work with a tmp directory.