summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-10 16:44:39 +0200
committerVolpeon <git@volpeon.ink>2021-05-10 16:44:39 +0200
commitd2bea82114befd5d940a28f670b3e5b9c2e6bab5 (patch)
tree0e9266491fffc8c0f0145ff89bf7ee8be60ba2fe /Makefile
parentUncomment deploy target (diff)
downloadvolpeon.ink-d2bea82114befd5d940a28f670b3e5b9c2e6bab5.tar.gz
volpeon.ink-d2bea82114befd5d940a28f670b3e5b9c2e6bab5.tar.bz2
volpeon.ink-d2bea82114befd5d940a28f670b3e5b9c2e6bab5.zip
Remove "s from DEPLOY_TARGET
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b96ed4..499375e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1export DEPLOY_TARGET = "vulpes@94.130.78.123:/srv/http/volpeon.ink/" 1export DEPLOY_TARGET = vulpes@94.130.78.123:/srv/http/volpeon.ink/
2 2
3-include Env.mk 3-include Env.mk
4 4