Compare commits

..

No commits in common. "2e2fbc6e68a09ae2bf5bc8c9f23366c5762a6c32" and "6939828b383c83390d387d4410b4b55e4a370a1b" have entirely different histories.

24 changed files with 2 additions and 10 deletions

View File

@ -1,7 +0,0 @@
archive/
README.md
public/
.gitea/
.git/
.DS_Store
FavouriteQuotes.json

View File

@ -6,7 +6,6 @@ on:
- .gitignore - .gitignore
- README.md - README.md
- LICENSE - LICENSE
pull_request:
name: deploy updated site name: deploy updated site
jobs: jobs:
deploy: deploy:
@ -19,8 +18,8 @@ jobs:
uses: easingthemes/ssh-deploy@v5.1.0 uses: easingthemes/ssh-deploy@v5.1.0
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: '-avz --delete --exclude-from=.gitea/.excludes' ARGS: '-avz --delete'
SOURCE: . SOURCE: public/
REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }} REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.TARGET }} TARGET: ${{ secrets.TARGET }}

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB