Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose.libre.sh
Commits
633bab63
Commit
633bab63
authored
5 years ago
by
Michel Memeteau
Browse files
Options
Downloads
Patches
Plain Diff
comments
parent
491587ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!185
Resolve "Handle git branches when provisioning"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/provision
+2
-2
2 additions, 2 deletions
utils/provision
with
2 additions
and
2 deletions
utils/provision
+
2
−
2
View file @
633bab63
...
@@ -26,11 +26,11 @@ LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency
...
@@ -26,11 +26,11 @@ LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency
# opts & defaults from. The parsing is unforgiving so be precise in your syntax
# opts & defaults from. The parsing is unforgiving so be precise in your syntax
read
-r
-d
''
usage
<<-
'
EOF
'
read
-r
-d
''
usage
<<-
'
EOF
'
-u [arg] URL to process. Required.
-u [arg] URL to process. Required.
-a [arg] Application to install. (in the form github.com/indiehosters/wordpress)
-a [arg] Application to install. (in the form github.com/indiehosters/wordpress
or wordpress in REPO_MODE
)
-s Start the application right away.
-s Start the application right away.
-b Buys the associated domain name.
-b Buys the associated domain name.
-i Configure OpenDKIM.
-i Configure OpenDKIM.
-c Configures DNS
on Namecheap
.
-c Configures DNS
if possible
.
-d Enables debug mode
-d Enables debug mode
-t Checkout a specific tag or branch
-t Checkout a specific tag or branch
-h This page
-h This page
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment