Skip to content
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

Just correcting the deployment pipeline link #252

Merged
merged 2 commits into from
Mar 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can now run Orchid in the following ways:
`build/docs/orchid` unless the output directory has been changed.
4) `./gradlew orchidServe` - Sets up a development server and watches files for changes. The site can be viewed at
`localhost:8080` (or the closest available port).
4) `./gradlew orchidDeploy` - Runs the orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/deployment/publication-pipeline)
4) `./gradlew orchidDeploy` - Runs the orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/publication/deployment-pipelines)
You can create and run your own deployment scripts, create a release on Github from changelogs, or publish the site
directly to Github Pages or Netlify.

Expand Down Expand Up @@ -210,7 +210,7 @@ You can now run Orchid in the following ways:
`build/docs/orchid` unless the output directory has been changed.
4) `./mvn orchid:serve` - Sets up a development server and watches files for changes. The site can be viewed at
`localhost:8080` (or the closest available port).
4) `./mvn orchid:deploy` - Runs the Orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/deployment/publication-pipeline)
4) `./mvn orchid:deploy` - Runs the Orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/publication/deployment-pipelines)
You can create and run your own deployment scripts, create a release on Github from changelogs, or publish the site
directly to Github Pages or Netlify.

Expand Down Expand Up @@ -264,7 +264,7 @@ You can now start Orchid directly with its CLI, using the following commands:
`build/docs/orchid` unless the output directory has been changed.
3) `serve` - Sets up a development server and watches files for changes. The site can be viewed at `localhost:8080`
(or the closest available port).
4) `deploy` - Runs the Orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/deployment/publication-pipeline)
4) `deploy` - Runs the Orchid build, then deploys it using Orchid's [deployment pipeline](https://orchid.netlify.com/wiki/user-manual/publication/deployment-pipelines)
You can create and run your own deployment scripts, create a release on Github from changelogs, or publish the
site directly to Github Pages or Netlify.
2) `kscript ./path/to/scriptlet.kts help` - Print out basic usage and all available tasks and command-line options.
Expand Down