Skip to content

Commit 59750ea

Browse files
committed
added Makefile
1 parent 29829f1 commit 59750ea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# Author: Hari Sekhon
3+
# Date: 2021-01-18 18:15:39 +0000 (Mon, 18 Jan 2021)
4+
#
5+
# vim:ts=4:sts=4:sw=4:noet
6+
#
7+
# https://github.com/HariSekhon/Kubernetes-templates
8+
#
9+
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
10+
#
11+
# https://www.linkedin.com/in/HariSekhon
12+
#
13+
14+
SHELL = /usr/bin/env bash
15+
16+
.PHONY: default
17+
default: deploy
18+
@:
19+
20+
.PHONY: deploy
21+
deploy:
22+
@./deploy.sh

0 commit comments

Comments
 (0)