added new quotes and the woodpecker pipeline - let's see if it works without tweaking

This commit is contained in:
Camille Frantz 2023-01-21 01:12:01 -06:00
parent 1ab8dbbaf9
commit 429d109395
No known key found for this signature in database
2 changed files with 44 additions and 1 deletions

23
.woodpecker.yml Normal file
View File

@ -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

View File

@ -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"
}
]
]