Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandzors committed Jun 4, 2024
1 parent aa165b5 commit 46b606e
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dev-url: '${{secrets.DEVURL}}'
blog-url: '${{secrets.BLOGURL}}'
run: |
sed -i -e 's#${{env.blog-url}}#'${{ env.dev-url }}'#g' ./src/config.yml
sed -i -e 's#${{env.blog-url}}#'${{ env.dev-url }}'#g' ./src/config.yaml
npm run build
- name: test production site
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
switches: -avr
path: ./dist/
remote_path: /opt/sites/astro-blog-test/
remote_path: /opt/sites/astro-blog/
remote_host: ${{ secrets.LINODEHOST }}
remote_port: 22
remote_user: ${{ secrets.LINODEUSER }}
Expand Down
4 changes: 2 additions & 2 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ site:
metadata:
title:
default: Alex's Blog
template: '%s — Alex's Blog'
template: "%s — Alex's Blog"
description: "A blog that follows Alex's homelab adventures and random tech things."
robots:
index: true
Expand All @@ -21,7 +21,7 @@ metadata:
- url: '~/assets/images/default.png'
width: 1200
height: 628
type: website
type: blog
twitter:
handle:
site:
Expand Down
Loading

0 comments on commit 46b606e

Please sign in to comment.