diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c270fc3..1fe41ed 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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}}" diff --git a/README.md b/README.md index d79c095..3092f64 100644 --- a/README.md +++ b/README.md @@ -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) - - ## 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 - +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