Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
e0bbcf76
Verified
Commit
e0bbcf76
authored
3 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Add command to run CLI configuration
parent
9d98d91c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-0
4 additions, 0 deletions
Makefile
with
4 additions
and
0 deletions
Makefile
+
4
−
0
View file @
e0bbcf76
...
...
@@ -14,6 +14,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa
cli
:
##
Install koolbox CLI (Contains all tools used in this project)
cd
./cli
&&
make
install
.PHONY
:
cli-config
cli-config
:
##
Configure koolbox CLI (To setup terraform values as well was tokens)
cd
./cli
&&
make config
.PHONY
:
deploy
deploy
:
check-machine
##
Deploy infrastructure on Hetzner Cloud
cd
./terraform
&&
make apply
...
...
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