modified: .gitea/workflows/deploy.yml

modified:   README.md
This commit is contained in:
2024-12-29 15:45:10 +00:00
parent 2b58a3cea8
commit d0594d55b8
2 changed files with 14 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
name: deploy
on: [push]
# name: deploy
# on: [push]
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: Portainer webhook
run: |
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
# jobs:
# deploy:
# runs-on: "homesrv01"
# steps:
# - name: Portainer webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"

View File

@@ -11,22 +11,9 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
- [Volumes](#volumes)
- [data](#data)
- [music](#music)
- [Editing and Maintenance](#editing-and-maintenance)
- [Deploy and Maintenance](#deploy-and-maintenance)
- [Links](#links)
<!--
## Clients
### Home Assistant
(for more information check [home asistant git repo](/marcio.fernandes/homeassist#lms))
## Plugins
*Not included on [continuous deploy](#editing-and-maintenance)*
-->
## Docker
[Docker Compose](./docker-compose.yml)
@@ -35,21 +22,18 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
#### data
Contains LMS persistent data. Not included on [continuous deploy](#editing-and-maintenance).
Contains LMS persistent data.
#### music
External volume, linked to a network share. Not included on [continuous deploy](#editing-and-maintenance).
External volume, linked to a network share.
For more information check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
## Editing and Maintenance
## Deploy and Maintenance
<!--
Currently using [gitea actions](./.gitea/workflows/deploy.yml) and portainer stack (name: lms) with git reference and webhook for continuous deploy.
-->
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
Using code server [docker container on homesrv01](/marcio.fernandes/homsrv01.dev.lan#code-server) for editing this repo and docker volumes files.
## Links