Jose Diaz-Gonzalez
d3d426a8d9
tests: add functional tests for buildpacks plugin
2019-03-05 21:41:23 -05:00
Jose Diaz-Gonzalez
887c1d4254
feat: implement buildpacks plugin
...
This will allow users to specify buildpacks outside of a git repository.
Note that this does not override any specified `BUILDPACK_URL`.
Closes #3256
2019-03-05 21:41:23 -05:00
Jay Jun
e839c29916
Fix Deployment guides style
2019-02-19 20:01:24 +08:00
Jose Diaz-Gonzalez
7ad493c263
docs: do not reference commands as subcommands
2018-12-30 06:31:40 -05:00
Jose Diaz-Gonzalez
9f05bd0dc3
docs: remove extra tag creation
...
The `latest` tag is now automatically created on tags:deploy.
[ci skip]
2018-12-29 16:29:30 -05:00
Jose Diaz-Gonzalez
95469f472e
docs: add a warning concerning the addition of layers to herokuish-based images that are deployed via the tags plugin
2018-12-28 22:29:55 -05:00
Jose Diaz-Gonzalez
4a3707d36d
feat: tag the "latest" image on tags deploy
...
If the image tag being deployed is not `latest`, we'll retag it as such once the deploy is complete.
Closes #3355
2018-12-28 22:29:53 -05:00
Alexy Mikhailichenko
5ddb7eb983
Fix typo in git.md
...
'supportec' -> 'supported'
2018-09-17 13:52:22 -04:00
Jose Diaz-Gonzalez
85f180d43a
docs: consistently reference command instead of subcommand
2018-04-07 14:16:04 -04:00
Jose Diaz-Gonzalez
c90486547f
feat: increase curl max timeout to 600 seconds (10 minutes)
...
Closes #3142
2018-04-07 01:09:19 -04:00
Jose Diaz-Gonzalez
83f320ac8e
feat: add ability to initialize a git repository out of band
...
This is useful in contexts where the repository directory may be created and interacted with via git-http-backend or other methods of updating a repository.
2018-04-02 00:11:32 -04:00
Jose Diaz-Gonzalez
d67e883e13
feat: flesh out git plugin further
...
- add `report` and `set` subcommands to the git plugin
- move configuring the DOKKU_DEPLOY_BRANCH to the git plugin
- implement configurable GIT_REV support
- migrate DOKKU_DEPLOY_BRANCH settings
- add a golang-compatible, shell based method of setting plugin configuration variables
Deprecates the community dokku-git-rev plugin.
Closes #2621
Refs dokku-community/dokku-git-rev#9
2018-03-31 03:25:03 -04:00
Jose Diaz-Gonzalez
8a29f63f73
docs: add docs for switching between deployment methodologies
...
Closes #2819
[ci skip]
2018-02-24 14:57:19 -05:00
Takuya Kitazawa
ed275d479b
Docs: Fix links to port-management
2018-01-23 07:46:19 +09:00
Jose Diaz-Gonzalez
463c5b8120
docs: Improve documentation around port handling.
...
While there are a number of enhancements we could do to make port handling more seamless, this is a first step towards documenting the various oddities around port management for Docker vs Buildpack deploys.
Refs #2903
Closes #2970
[ci skip]
2018-01-21 17:46:44 -05:00
Jose Diaz-Gonzalez
f442e6fabf
docs: clarify port exposing
...
[ci skip]
2017-07-10 15:24:35 -06:00
Ian Sutherland
e8e6660b2a
Update dockerfiles.md
...
Added a note about port ordering in Dockerfile.
2017-07-10 14:32:12 -06:00
Jose Diaz-Gonzalez
1c6eacd756
docs: re-add new sections
...
[ci skip]
2017-06-09 14:38:14 -04:00
Jose Diaz-Gonzalez
bec6c6bd66
docs: fix header
...
[ci skip]
2017-06-09 14:37:26 -04:00
Rémon S
f459745402
Update images.md
...
Fixing Menu <--> Title mismatch.
2017-06-09 20:20:28 +02:00
Rémon S
65ebd90903
Create images.md
...
Fixing a little styling error (forgot to add list)
2017-06-09 20:17:44 +02:00
Rémon S
ea30cd8cd2
Create images.md
...
Added some related articles to make the transition from Docker to Dokku easier to understand.
2017-06-09 20:17:12 +02:00
Kazuhiro NISHIYAMA
79fea59713
Update CURL_CONNECT_TIMEOUT in docs
...
Current default of CURL_CONNECT_TIMEOUT is 90.
So 30 is shorter than default.
[ci skip]
2017-06-07 00:18:02 +09:00
Jose Diaz-Gonzalez
5b782c1ff4
docs: Add documentation around adding build-time configuration variables
...
Refs #2776
Closes #1860
[ci skip]
2017-05-31 17:57:47 -06:00
nodanaonlyzuul
36fb3aef22
Fix typo from "To use a dockerfiles" to "To use a dockerfile" singular
2017-05-08 16:23:30 -04:00
Jose Diaz-Gonzalez
0ba9393285
docs: use urls that are linkable on github
2017-04-13 23:09:46 -06:00
Jose Diaz-Gonzalez
9951a16ccc
docs: standardize on node-js-app as the app name
...
We’ll probably want to update this to whatever the hip language of the day is, but for now, having the same reference everywhere works.
2016-11-20 15:37:05 -07:00
Jose Diaz-Gonzalez
d654c75a6b
Add missing space
...
[ci skip]
2016-09-07 10:29:23 -04:00
Jose Diaz-Gonzalez
7ccfdabc48
Document caveats around ps:rebuild and tags/tar deployed applications. Closes #2374
...
The tags and tar plugins do not necessarily build from source, and running `ps:rebuild` can have some unexpected output in certain cases. Rather than try to handle that complexity - it's a lot - documenting the edge cases is the most appropriate way forward.
2016-09-06 20:26:53 -04:00
Jose Diaz-Gonzalez
e3df81f020
Fix section headers
...
[ci skip]
2016-09-03 15:51:35 -04:00
Jose Diaz-Gonzalez
f26b3f1966
Use correct casing for Dokku name
...
lowercase should only be used to refer to the binary, not the project
2016-09-03 15:51:14 -04:00
Bascht
6171cc881b
Fix docker build syntax
...
Docker build expects both tag name and build directory as arguments.
2016-09-03 17:52:05 +02:00
Jose Diaz-Gonzalez
ab8063e88a
Add documentation for proxy ports scheme handling
...
Closes #2384
[ci skip]
2016-08-26 15:29:17 -04:00
Alex Gleason
36ed8e1fa8
Fix typo "exampple" to "example"
2016-08-25 18:25:36 -04:00
Jose Diaz-Gonzalez
60a44c88af
Cleaning testing docs
...
- Simplify test location documentation
- Add documentation surrounding our existing CI environment
- Dedent items that shouldn't be in a list
[ci skip]
2016-07-30 17:01:37 -04:00
Jose Diaz-Gonzalez
c940b7f979
Document the repo plugin
...
[ci skip]
2016-07-05 01:21:19 -04:00
Jose Diaz-Gonzalez
3ae6b3f1a8
Document tar deployment method
...
[ci skip]
2016-07-05 01:21:19 -04:00
Jose Diaz-Gonzalez
35947100b8
Move all deployment methods into their own section
...
This makes our support for each method explicit, and also allows us to add more deployment methods in the future.
[ci skip]
2016-07-05 01:21:15 -04:00