Try and fix upload, and update content

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-12-25 13:33:20 +01:00
parent 6884a663e7
commit d170e28aeb
3 changed files with 22 additions and 4 deletions
+4 -4
View File
@@ -56,11 +56,11 @@ jobs:
- name: "Restore SSH Key" - name: "Restore SSH Key"
shell: bash shell: bash
run: | run: |
echo "${{ secrets.SSHKEY }}" | base64 -d > ~/.ssh/id_ed25519 mkdir $HOME/.ssh
echo "Host xaymar.com" >> ~/.ssh/config echo "${{ secrets.SSHKEY }}" | base64 -d > $HOME/.ssh/id_ed25519
echo " StrictHostKeyChecking no" >> ~/.ssh/config echo "Host xaymar.com" >> $HOME/.ssh/config
echo " StrictHostKeyChecking no" >> $HOME/.ssh/config
- name: "Publish" - name: "Publish"
shell: bash shell: bash
run: | run: |
rsync -v -h -P -a --delete . "com.xaymar@xaymar.com:/var/www/com.xaymar/public/com.xaymar.www/" rsync -v -h -P -a --delete . "com.xaymar@xaymar.com:/var/www/com.xaymar/public/com.xaymar.www/"
@@ -0,0 +1,11 @@
---
title: "Progress Report: Q2+Q3 2023"
category: [ "News", "Progress Reports" ]
tags: ["Progress Report", "Q2", "Q3", "2023", StreamFX, VoiceFX, Tonbrett, "OBS Studio", "Unreal Engine", "Godot", "Unity"]
---
<p class="block">It's been... quite a while since the last progress report, which I completely missed due to several events happening in real life. Most of these events are now completed, or at least no longer affect me directly. Events I hope that won't repeat, as the amount of work resulting from them was just way too much for a single person to handle.</p>
Another quarter done, another progress report. </p>
<h1 class="block">Notable Updates</h1>
@@ -0,0 +1,7 @@
---
title: "Merry Christmas"
category: [ "News", "Blog" ]
tags: ["Christmas", "Holiday"]
---
<p class="block"></p>Merry Christmas everyone, and Happy Holidays to those that don't celebrate Christmas! I'll be taking a break from everything until the 1st January 2024, so I'll see you then.</p>