forked from dokku/ansible-dokku
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this isn't a valid option anymore. There's not a replacement for this using the standard ansible dokku stuff you need to run a shell script. dokku#52 (comment)
- Loading branch information
1 parent
978b45a
commit fd7400a
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1124,8 +1124,6 @@ Manage storage for dokku applications | |
dokku_config: | ||
app: *appname | ||
config: | ||
# specify a email for dokku-letsencrypt | ||
DOKKU_LETSENCRYPT_EMAIL: [email protected] | ||
# specify port so `domains` can setup the port mapping properly | ||
PORT: "5000" | ||
- name: git clone | ||
|
@@ -1138,6 +1136,9 @@ Manage storage for dokku applications | |
app: *appname | ||
domains: | ||
- example.com | ||
- name: add letsencrypt | ||
dokku_letsencrypt: | ||
app: *appname | ||
``` | ||
## Contributing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,6 @@ examples: | |
dokku_config: | ||
app: *appname | ||
config: | ||
# specify a email for dokku-letsencrypt | ||
DOKKU_LETSENCRYPT_EMAIL: [email protected] | ||
# specify port so `domains` can setup the port mapping properly | ||
PORT: "5000" | ||
- name: git clone | ||
|