chore: update build
Some checks failed
/ build-jeykll (push) Successful in 2m6s
/ build-docker (push) Successful in 1m17s
/ publish (push) Failing after 24s

This commit is contained in:
2025-08-12 19:43:54 +10:00
parent 23e895b5a7
commit 5dc3bfc844
3 changed files with 43 additions and 42 deletions

View File

@ -70,10 +70,11 @@ jobs:
- name: Publish Website - name: Publish Website
run: | run: |
mkdir ~/.ssh mkdir ~/.ssh
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
eval $(ssh-agent -s) eval $(ssh-agent -s)
ssh-add <(echo "${{ secrets.SSH_PRIVATE_KEY }}") ssh-add <(echo "${{ secrets.SSH_PRIVATE_KEY }}")
echo "HOST *" > ~/.ssh/config
echo "StrictHostKeyChecking no" >> ~/.ssh/config
echo "nameserver 10.10.10.1" > /etc/resolv.conf
ssh administrator@comprofix.com "cd /opt/comprofix; docker compose down" || true ssh administrator@comprofix.com "cd /opt/comprofix; docker compose down" || true
scp docker-compose.yml administrator@comprofix.com:/opt/comprofix scp docker-compose.yml administrator@comprofix.com:/opt/comprofix
ssh administrator@comprofix.com "cd /opt/comprofix; docker compose pull; docker compose up -d" ssh administrator@comprofix.com "cd /opt/comprofix; docker compose pull; docker compose up -d"

View File

@ -9,13 +9,15 @@ GEM
console (~> 1.26) console (~> 1.26)
fiber-annotation fiber-annotation
io-event (~> 1.6, >= 1.6.5) io-event (~> 1.6, >= 1.6.5)
base64 (0.3.0)
bigdecimal (3.1.8) bigdecimal (3.1.8)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.3.4) concurrent-ruby (1.3.5)
console (1.27.0) console (1.27.0)
fiber-annotation fiber-annotation
fiber-local (~> 1.1) fiber-local (~> 1.1)
json json
csv (3.3.5)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
@ -30,13 +32,13 @@ GEM
fiber-storage fiber-storage
fiber-storage (1.0.0) fiber-storage (1.0.0)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin) google-protobuf (4.31.1-arm64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.28.2-x86_64-darwin) google-protobuf (4.31.1-x86_64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
google-protobuf (4.28.2-x86_64-linux) google-protobuf (4.31.1-x86_64-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
hashery (2.1.2) hashery (2.1.2)
@ -50,51 +52,51 @@ GEM
yell (~> 2.0) yell (~> 2.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.6) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-event (1.7.1) io-event (1.7.1)
jekyll (4.3.4) jekyll (4.4.1)
addressable (~> 2.4) addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0) colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 1.0) i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0) jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1) kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0) kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5) mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 3.0, < 5.0) rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0) terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7) webrick (~> 1.7)
jekyll-archives (2.2.1) jekyll-archives (2.3.0)
jekyll (>= 3.6, < 5.0) jekyll (>= 3.6, < 5.0)
jekyll-include-cache (0.2.1) jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0) jekyll-sass-converter (3.1.0)
jekyll (>= 3.3, < 5.0) sass-embedded (~> 1.75)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0) jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0) jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0) jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-theme-chirpy (7.1.1) jekyll-theme-chirpy (7.3.1)
jekyll (~> 4.3) jekyll (~> 4.3)
jekyll-archives (~> 2.2) jekyll-archives (~> 2.2)
jekyll-include-cache (~> 0.2) jekyll-include-cache (~> 0.2)
jekyll-paginate (~> 1.1) jekyll-paginate (~> 1.1)
jekyll-redirect-from (~> 0.16)
jekyll-seo-tag (~> 2.8) jekyll-seo-tag (~> 2.8)
jekyll-sitemap (~> 1.4) jekyll-sitemap (~> 1.4)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
json (2.7.2) json (2.7.2)
kramdown (2.4.0) kramdown (2.5.1)
rexml rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.4) liquid (4.0.4)
@ -102,11 +104,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
nokogiri (1.16.7-arm64-darwin) mini_portile2 (2.8.9)
racc (~> 1.4) nokogiri (1.16.7)
nokogiri (1.16.7-x86_64-darwin) mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
@ -119,21 +119,20 @@ GEM
public_suffix (6.0.1) public_suffix (6.0.1)
racc (1.8.1) racc (1.8.1)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.2.1) rake (13.3.0)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.11.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.3.8) rexml (3.4.1)
rouge (4.4.0) rouge (4.6.0)
ruby-rc4 (0.1.5) ruby-rc4 (0.1.5)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.79.5) sass-embedded (1.90.0-arm64-darwin)
google-protobuf (~> 4.27) google-protobuf (~> 4.31)
rake (>= 13) sass-embedded (1.90.0-x86_64-darwin)
sass-embedded (1.79.5-arm64-darwin) google-protobuf (~> 4.31)
google-protobuf (~> 4.27) sass-embedded (1.90.0-x86_64-linux-gnu)
sass-embedded (1.79.5-x86_64-darwin) google-protobuf (~> 4.31)
google-protobuf (~> 4.27)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
ttfunk (1.8.0) ttfunk (1.8.0)
@ -141,7 +140,7 @@ GEM
typhoeus (1.4.1) typhoeus (1.4.1)
ethon (>= 0.9.0) ethon (>= 0.9.0)
unicode-display_width (2.6.0) unicode-display_width (2.6.0)
webrick (1.8.2) webrick (1.9.1)
yell (2.2.2) yell (2.2.2)
zeitwerk (2.6.18) zeitwerk (2.6.18)
@ -152,10 +151,10 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
html-proofer (~> 5.0) html-proofer (~> 5.0)
jekyll-theme-chirpy (~> 7.1, >= 7.1.1) jekyll-theme-chirpy (~> 7.3, >= 7.3.1)
tzinfo (>= 1, < 3) tzinfo (>= 1, < 3)
tzinfo-data tzinfo-data
wdm (~> 0.1.1) wdm (~> 0.2.0)
BUNDLED WITH BUNDLED WITH
2.5.21 2.5.21

View File

@ -4,15 +4,16 @@
icon: "fab fa-github" icon: "fab fa-github"
url: https://git.comprofix.com/mmckinnon url: https://git.comprofix.com/mmckinnon
- type: github # - type: github
icon: "fab fa-github" # icon: "fab fa-github"
# url: https://git.comprofix.com/mmckinnon
- type: twitter - type: twitter
icon: "fa-brands fa-x-twitter" icon: "fa-brands fa-x-twitter"
- type: email # - type: email
icon: "fas fa-envelope" # icon: "fas fa-envelope"
noblank: true # open link in current tab # noblank: true # open link in current tab
- type: rss - type: rss
icon: "fas fa-rss" icon: "fas fa-rss"