From 49e1404a2c2aa63cc5aa8a00647b2907a18c30c0 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 21 Dec 2023 13:55:40 +0100 Subject: [PATCH] test gh auto sponsor update --- .github/workflows/update-sponsors-readme.yml | 26 ++++++++++ README.md | 53 +++++++++----------- 2 files changed, 51 insertions(+), 28 deletions(-) create mode 100644 .github/workflows/update-sponsors-readme.yml diff --git a/.github/workflows/update-sponsors-readme.yml b/.github/workflows/update-sponsors-readme.yml new file mode 100644 index 000000000..5efbe09de --- /dev/null +++ b/.github/workflows/update-sponsors-readme.yml @@ -0,0 +1,26 @@ +name: Generate Sponsors README +on: + push: + branches: + - main +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v2 + + - name: Generate Sponsors 💖 + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.SPONSORS_PAT }} + file: 'README.md' + minimum: 15 + maximum: 9999 + marker: 'sponsors' + + - name: Deploy to GitHub Pages 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: main + folder: '.' diff --git a/README.md b/README.md index 8c8edf60a..ee5f9783a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,31 @@ https://coolify.io/sponsorships Thank you so much! +Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and [Appwrite](https://appwrite.io)! + +appwrite logo +appwrite logo + +## Github Sponsors + + + +## Organizations + + + + + + + + + + + +## Individuals + + + # Cloud If you do not want to self-host Coolify, there is a paid cloud version available: https://app.coolify.io @@ -59,34 +84,6 @@ Contact us [here](https://coolify.io/docs/contact). coollabsio%2Fcoolify | Trendshift -# 💰 Financial Contributors - -Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/coollabsio/contribute)] - -## Organizations - -Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and [Appwrite](https://appwrite.io)! - -appwrite logo -appwrite logo - -Support this project with your organization. Your logo will show up here with a link to your website. - - - - - - - - - - - - -## Individuals - - - # Star History [![Star History Chart](https://api.star-history.com/svg?repos=coollabsio/coolify&type=Date)](https://star-history.com/#coollabsio/coolify&Date)