From c5bdfe62f05ca770715d11cbe72509f93c79597f Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 21 Jan 2022 17:24:05 -0500 Subject: [PATCH] added stuff to the clown section --- content/blog/gh_actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/gh_actions.md b/content/blog/gh_actions.md index 4f81835..072db3e 100644 --- a/content/blog/gh_actions.md +++ b/content/blog/gh_actions.md @@ -55,10 +55,10 @@ with: key: ${{secrets.SSH_KEY}} script: rm -rf /var/www/pagwin.xyz/* ``` -And now we get to the comedic part of this blog post. ## Dealing With My Stupidity(and a private ssh key) -* wrong file location +The obvious act of stupidity if you paid attention to what I wrote is that I saved the file to `.github/website-publish.yml` instead of `.github/workflows/website-publish.yml`. Fixing that was pretty easy when I figured out what was going on. After that I then had to tweak the deploy step a bit to make rsync work properly. +✅ wrong file location * wrong source * wrong target * website user not specified