From e718a1723e81f60adcfafc434b3c674b1771a98b Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 5 Jul 2021 00:15:50 -0400 Subject: more recipes --- deploy | 4 ++++ static/recipes.js | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 deploy diff --git a/deploy b/deploy new file mode 100755 index 0000000..4c23c10 --- /dev/null +++ b/deploy @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +rsync index.html vps:/srv/well-ordered/staging/ +rsync -az static vps:/srv/well-ordered/staging/ diff --git a/static/recipes.js b/static/recipes.js index e9b5620..466da59 100644 --- a/static/recipes.js +++ b/static/recipes.js @@ -78,7 +78,6 @@ allRecipes = [ ], "garnish": "Orange slice and cherry", "preparation": "Place sugar cube in old-fashioned glass and saturate with bitters, add a dash of plain water. Muddle until dissolve. Fill the glass with ice cubes and add whisky." }, -]/* { "name": "Tuxedo", "glass": "martini", "category": "All Day Cocktail", @@ -1301,4 +1300,3 @@ allRecipes = [ "garnish": "Orance slice and a cherry", "preparation": "Build vodka and orange juice into a highball glass filled with ice. Stir gently and float Galliano on top." } ] -*/ -- cgit v1.2.3