We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59750ea commit d196c0eCopy full SHA for d196c0e
gcp_cloud_function_ifconfig/Makefile
@@ -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