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
98fe918b
Verified
Commit
98fe918b
authored
3 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Add global install parameter for the CLI
parent
77dbf1e5
No related branches found
No related tags found
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 @
98fe918b
...
@@ -10,6 +10,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa
...
@@ -10,6 +10,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa
command
-v
sops
>
/dev/null
command
-v
sops
>
/dev/null
command
-v
terraform
>
/dev/null
command
-v
terraform
>
/dev/null
.PHONY
:
cli
cli
:
##
Install koolbox CLI (Contains all tools used in this project)
cd
./cli
&&
make
install
.PHONY
:
deploy
.PHONY
:
deploy
deploy
:
check-machine
##
Deploy infrastructure on Hetzner Cloud
deploy
:
check-machine
##
Deploy infrastructure on Hetzner Cloud
cd
./terraform
&&
make apply
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