From 7307bdd531fedb933365f1f0650bfe64cb7ac187 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Mon, 29 Apr 2019 14:03:07 +0200 Subject: [PATCH] deploy tic file --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 641c1b6..75d4578 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ GAME:=right_coin.lua -html: - tic80 $(GAME) - -deploy-html: #html +deploy-html: butler push build/html damantisshrimp/the-right-coin:html -deploy: deploy-html +deploy-tic: + butler push build/tic damantisshrimp/the-right-coin:tic + +deploy: deploy-html deploy-tic