From 429d10939562cbb84d8799324b5cbdfb786bdfe5 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sat, 21 Jan 2023 01:12:01 -0600 Subject: [PATCH] added new quotes and the woodpecker pipeline - let's see if it works without tweaking --- .woodpecker.yml | 23 +++++++++++++++++++++++ FavouriteQuotes.json | 22 +++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..3272051 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,23 @@ +pipeline: + publish: + image: appleboy/drone-scp + settings: + host: + from_secret: jupiterIP + username: camille + key: + from_secret: titenPrivateKey + target: /home/www/docker/quotes/jsquotes + source: . + + restart: + image: appleboy/drone-ssh + settings: + host: + from_secret: jupiterIP + username: camille + key: + from_secret: titanPrivateKey + script: + - docker restart quotes +branches: master diff --git a/FavouriteQuotes.json b/FavouriteQuotes.json index 070bed4..06589a2 100644 --- a/FavouriteQuotes.json +++ b/FavouriteQuotes.json @@ -74,5 +74,25 @@ { "quote": "When you're from a dysfunctional family, healthy boundaries are viewed as threatening. Making an observation, expressing an expectation, refusing to be involved in chaos, or expressing a different view point, will likely lead to you being labeled as mean, funny acting, or weird. Not going along with the typical chaos can seem like you're trying to make waves in the family. The truth is, you are making waves; you're breaking the cycle of dysfunction and that isn't always well received by others.", "author": "@NEDRATAWWAB, https://www.nedratawwab.com/" + }, + { + "quote": "Strategy is better than strength.", + "author": "Hausa proverb" + }, + { + "quote": "When the door is closed, you must learn to slide across the crack of the sill.", + "author": "Yoruba proverb" + }, + { + "quote": "If you are on a road to nowhere, find another road.", + "author": "Ashanti proverb" + }, + { + "quote": "Those who get to the river early drink the cleanest water.", + "author": "Kenyan proverb" + }, + { + "quote": "Two men in a burning house must not stop to argue.", + "author": "Ashanti proverb" } -] \ No newline at end of file +]