diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 15164c9d..25f23517 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -140,15 +140,14 @@ jobs: echo "${services_list}" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - - run: echo "${{ env.SERVICES_LIST }}" - - name: Regenerate README - uses: VisualBean/reactive-readme@v1 + uses: gnpaone/dynamic-update-readme@v1.0.2 with: - value: ${{ env.SERVICES_LIST }} - section: compose-services - branch: ${{ github.ref_name }} - token: ${{ secrets.BOT_GITEA_TOKEN }} + marker_text: + markdown_text: | + ```yaml + ${{ env.SERVICES_LIST }} + ```` # - name: Add/Commit/Push README.md # uses: mgrybyk-org/git-commit-pull-push-action@v1 diff --git a/README.md b/README.md index 146e8bb1..607edf05 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml` ```json - + [ { "service": "actual_server", @@ -585,5 +585,5 @@ "image": "postgres:16-alpine" } ] - + ``` \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e3ce8339..d9dc4511 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4447,7 +4447,7 @@ services: restart: unless-stopped volumes: #"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file" - - ${DOCKER_VOLUME_STORAGEE}/downloads:/downloads + - ${DOCKER_VOLUME_STORAGE}/downloads:/downloads #Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be - ${DOCKER_VOLUME_CONFIG}/soularr:/data soulseek: