This commit is contained in:
@ -15,9 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy folder
|
- name: Deploy folder
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying src/_site folder..."
|
echo "Cleaning old site files..."
|
||||||
pwd
|
|
||||||
echo $USER
|
|
||||||
whoami
|
|
||||||
rm -rf /var/sites/cy.cyper.cc/www/html/*
|
rm -rf /var/sites/cy.cyper.cc/www/html/*
|
||||||
|
|
||||||
|
echo "Deploying new site files from src/_site folder..."
|
||||||
mv ./src/_site/* /var/sites/cy.cyper.cc/www/html
|
mv ./src/_site/* /var/sites/cy.cyper.cc/www/html
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Post Title
|
title: You are stinky
|
||||||
---
|
---
|
||||||
|
|
||||||
First post!
|
First post!
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Post Title Two!
|
title: Actually very stinky
|
||||||
---
|
---
|
||||||
|
|
||||||
Second post!
|
Second post!
|
||||||
Reference in New Issue
Block a user