mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-11 21:45:52 +00:00
Consistent formatting across the entire project, every spelling and grammar fix I could find.
This commit is contained in:
26
.github/workflows/upload.yml
vendored
26
.github/workflows/upload.yml
vendored
@@ -18,16 +18,16 @@ jobs:
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Updating website.
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: based.cooking
|
||||
username: based
|
||||
key: ${{ secrets.based_ssh }}
|
||||
passphrase: ${{ secrets.based_ssh_pass }}
|
||||
port: ${{ secrets.based_port }}
|
||||
script: |
|
||||
cd repo
|
||||
git stash
|
||||
git pull --force origin master
|
||||
hugo -s . -t /var/www/lugo -d ~/based.cooking/ --cacheDir ~/hugocache
|
||||
- name: Updating website.
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: based.cooking
|
||||
username: based
|
||||
key: ${{ secrets.based_ssh }}
|
||||
passphrase: ${{ secrets.based_ssh_pass }}
|
||||
port: ${{ secrets.based_port }}
|
||||
script: |
|
||||
cd repo
|
||||
git stash
|
||||
git pull --force origin master
|
||||
hugo -s . -t /var/www/lugo -d ~/based.cooking/ --cacheDir ~/hugocache
|
||||
|
||||
Reference in New Issue
Block a user