generated from hyoo-ru/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jin
committed
Nov 14, 2024
1 parent
b20e6e4
commit 34630a0
Showing
5 changed files
with
36 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: $hyoo_budget_app | ||
|
||
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#defining-access-for-the-github_token-permissions | ||
permissions: write-all | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 7 * * *" | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- uses: hyoo-ru/mam_build@master2 | ||
with: | ||
package: 'hyoo/budget' | ||
modules: 'app' | ||
|
||
- uses: hyoo-ru/[email protected] | ||
if: github.ref == 'refs/heads/master' | ||
with: | ||
folder: 'hyoo/budget/app/-' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*.hyoo.ru | ||
budget.hyoo.ru |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# Template Repo | ||
# Private Budget | ||
|
||
Template repo to fast make new $hyoo apps. | ||
" Веб-приложение для ведения личного бюджета. | ||
|
||
## After Make | ||
# Особенности | ||
|
||
- [ ] [Rename app then update index.html and CNAME](./app). | ||
- [ ] [Update GitHub Workflow](.github/workflows). | ||
- [ ] Update repo description and link to app at the GitHub. | ||
- [ ] [Add this repo to $hyoo namespace](https://github.com/hyoo-ru/mam_hyoo/blob/master/hyoo.meta.tree). | ||
- [ ] Rewrite this readme. | ||
🔒 **Безопасность**: Все данные хранятся в зашифрованном виде. | ||
✈️ **Оффлайн**: Полная работоспособность даже без сети. | ||
🚀 **Реактивность**: Мгновенная синхронизация между девайсами. |