7 Commits

Author SHA1 Message Date
d001041c62 Merge branch 'main' of https://fyrfli.dev/fyrfli/jsquotes 2024-11-08 13:02:08 -06:00
be486844bf added license 2024-11-08 13:01:21 -06:00
2e2fbc6e68 Merge pull request 'rm-public' (#2) from rm-public into main
All checks were successful
deploy updated site / rsync the directories (push) Successful in 24s
Reviewed-on: #2
2024-11-08 12:55:38 -06:00
78ae9187d5 forgot to alter the workflow to use cwd and .excludes instead of public/
All checks were successful
deploy updated site / rsync the directories (pull_request) Successful in 42s
2024-11-08 12:51:23 -06:00
81ef2089e0 change workflow to also trigger on pull_request? 2024-11-08 12:50:12 -06:00
46075c641b setting up to rscync from local directory using .gitea/.excludes 2024-11-08 12:48:46 -06:00
18a74e3b0b moving public/* to . 2024-11-08 12:42:30 -06:00
25 changed files with 34 additions and 2 deletions

7
.gitea/.excludes Normal file
View File

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

View File

@ -6,6 +6,7 @@ on:
- .gitignore - .gitignore
- README.md - README.md
- LICENSE - LICENSE
pull_request:
name: deploy updated site name: deploy updated site
jobs: jobs:
deploy: deploy:
@ -18,8 +19,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' ARGS: '-avz --delete --exclude-from=.gitea/.excludes'
SOURCE: public/ SOURCE: .
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 }}

24
LICENSE Normal file
View File

@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <https://unlicense.org>

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB