From a488b9b6cff7d80958a882f5e843b4293437dbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Wed, 6 Mar 2024 23:32:48 +0100 Subject: [PATCH] feat(cd): auto-deploy --- .github/workflows/cd.yaml | 23 ++++++ SUMMARY.md | 150 -------------------------------------- 2 files changed, 23 insertions(+), 150 deletions(-) create mode 100644 .github/workflows/cd.yaml delete mode 100644 SUMMARY.md diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml new file mode 100644 index 0000000..ab6aed0 --- /dev/null +++ b/.github/workflows/cd.yaml @@ -0,0 +1,23 @@ +name: CD + +on: + push: + branches: + - main + workflow_dispatch: + +permissions: + contents: read + +jobs: + trigger_deploy: + name: Dispatch deploy to mwp + runs-on: ubuntu + if: (github.event.client_payload.pull_request.head.ref || github.ref) == 'refs/heads/main' + steps: + - name: Dispatch deploy event to mwp + uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 + with: + repository: matoous/mwp + token: ${{ secrets.GH_ACTIONS_PAT }} + event-type: deploy diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index 8c4d14e..0000000 --- a/SUMMARY.md +++ /dev/null @@ -1,150 +0,0 @@ -# Summary - -- [Meta](/meta/meta.md) - - [Blogging](/meta/blogging.md) -- [Life](/life/life.md) - - [Productivity](/life/productivity.md) - - [Health](/life/health.md) - - [Mindfulness](/life/mindfulness.md) - - [Productivity](/life/productivity.md) - - [Success](/life/success.md) - - [Sleep](/life/sleep.md) - - [Parenting](/life/parenting.md) -- [Economics](/economics/economics.md) - - [Finance](/economics/finance.md) - - [Investing](/economics/investing.md) - - [Trading](/economics/trading.md) - - [Stocks](/economics/stocks.md) - - [r/wsb](/economics/wsb.md) - - [Fintech](/economics/fintech.md) -- [Compute Science](/computer_science/computer_science.md) - - [Programming](/computer_science/programming.md) - - [CIO (/RFCs)](/computer_science/cio.md) - - [RFCs](/computer_science/rfcs.md) - - [Algorithms](/computer_science/algorithms.md) - - [Open Source](/computer_science/open_source.md) - - [Operating Systems](/computer_science/operating_systems/operating_systems.md) - - [Containers](/computer_science/operating_systems/containers/containers.md) - - [Docker](/computer_science/operating_systems/containers/docker.md) - - [Orchestration](/computer_science/orchestration/orchestration.md) - - [Kubernetes](/computer_science/orchestration/kubernetes/kubernetes.md) - - [Service Mesh](/computer_science/orchestration/kubernetes/service_mesh.md) - - [Noman](/computer_science/orchestration/nomad.md) - - [DevOps](/computer_science/DevOps.md) - - [Command line](/computer_science/command_line/command_line.md) - - [SSH](/computer_science/command_line/ssh.md) - - [Git](/computer_science/command_line/git.md) - - [vim](/computer_science/command_line/vim/vim.md) - - [Plugins](/computer_science/command_line/vim/plugins.md) - - [Networking](/computer_science/networking.md) - - [Teaching](/computer_science/teaching/teaching.md) - - [Self Hosting](/computer_science/self_hosting.md) - - [Generative Art](/computer_science/generative_art/generative_art.md) - - [Protocols](/computer_science/protocols/protocols.md) - - [Signal](/computer_science/protocols/signal.md) - - [TLS](/computer_science/protocols/tls.md) - - [Protocol Buffers](/computer_science/protocols/protocol_buffers.md) - - [DSN](/computer_science/protocols/dsn.md) - - [Languages](/computer_science/languages/languages.md) - - [Rust](/computer_science/languages/rust.md) - - [Assembler](/computer_science/languages/assembler.md) - - [Go](/computer_science/languages/golang.md) - - [C](/computer_science/languages/c.md) - - [Javascript](/computer_science/languages/javascript/javascript.md) - - [Next.js](/computer_science/languages/javascript/nextjs.md) - - [React](/computer_science/languages/javascript/react.md) - - [React Native](/computer_science/languages/javascript/react_native.md) - - [Julia](/computer_science/languages/julia.md) - - [SRE](/computer_science/sre/SRE.md) - - [Tracing](/computer_science/sre/tracing.md) - - [Cryptocurrencies](/computer_science/cryptocurrencies.md) - - [Machine Learning](/computer_science/machine_learning/machine_learning.md) - - [Reinforcement Learning](/computer_science/machine_learning/reinforcement_learning.md) - - [Visualization](/computer_science/visualization.md) - - [Security](/computer_science/security/security.md) - - [Auth](/computer_science/security/auth.md) - - [Web](/computer_science/web/web.md) - - [Design](/computer_science/web/design.md) - - [Forms](/computer_science/web/forms.md) - - [Software](/computer_science/software/software.md) - - [VPN](/computer_science/software/vpn.md) - - [Standards](/computer_science/standards/standards.md) - - [Developer Experience](/computer_science/developer_experience.md) - - [Databases](/computer_science/databases/databases.md) - - [Postgres](/computer_science/databases/postgres.md) - - [Redis](/computer_science/databases/redis.md) - - [Elasticsearch](/computer_science/databases/elastic.md) - - [SQLite](/computer_science/databases/sqlite.md) - - [MongoDB](/computer_science/databases/mongodb.md) - - [Cloud](/computer_science/cloud/cloud.md) - - [Providers](/computer_science/cloud/providers/providers.md) - - [GCP](/computer_science/cloud/providers/gcp.md) - - [Infrastructure](/computer_science/infrastructure/infrastructure.md) - - [Terraofrm](/computer_science/infrastructure/terraform.md) - - [Games](/computer_science/games.md) - - [Graphics](/computer_science/graphics.md) - - [Serverless](/computer_science/serverless.md) - - [Email](/computer_science/email.md) - - [Computers](/computer_science/computers.md) - - [IoT](/computer_science/iot.md) - - [Typing](/computer_science/typing.md) - - [macOS](/computer_science/macos.md) - - [Fintech](/computer_science/fintech.md) - - [Search Engines](/computer_science/search_engines.md) - - [Technical Writing](/computer_science/technical_writing.md) - - [Web Assembly](/computer_science/web_assembly.md) - - [DNS](/computer_science/dns.md) -- [Minimalism](/minimalism/minimalism.md) -- [Nature](/nature/nature.md) - - [Life](/nature/life.md) - - [Human](/nature/human.md) - - [Animals](/nature/animals.md) - - [Bees](/nature/animals/bees.md) - - [Biology](/nature/biology.md) - - [Environment](/nature/environment/environment.md) - - [Sea](/nature/environment/sea.md) -- [Science](/science/science.md) - - [Space](/science/space/space.md) - - [Drugs](/science/drugs.md) -- [Math](/math/math.md) - - [Game Theory](/math/game_theory.md) - - [Statistics](/math/statistics.md) -- [Work](/work/work.md) - - [Finding Work](/work/finding_work.md) - - [Career](/work/career.md) - - [Startups](/work/startups.md) - - [Projects](/work/projects.md) - - [Company Culture](/work/company_culture.md) - - [Entrepreneurship](/work/entrepreneurship.md) -- [Sports](/sports/sports.md) - - [Ironman](/sports/ironman.md) - - [Cycling](/sports/cycling.md) - - [Running](/sports/running.md) - - [Swimming](/sports/swimming.md) - - [Skiing](/sports/skiing.md) - - [Recovery](/sports/recovery.md) - - [Data](/sports/data.md) -- [Food](/food/food.md) - - [Veganism](/food/veganism.md) - - [Recipes](/food/recipes/recipes.md) - - [Noodles](/food/noodles.md) - - [Wok](/food/wok.md) -- [Language](/language/language.md) - - [Communication](/language/communication.md) - - [Writing](/language/writing.md) - - [Reading](/language/reading.md) - - [Japanese](/language/japanese.md) -- [Products](/products/products.md) - - [Clothing](/products/clothing.md) - - [Kitchen](/products/kitchen.md) - - [Interior](/products/interior.md) - - [Wallpapers & Posters](/products/wallpapers.md) - - [Books](/products/books.md) -- [Photography](/photography/photography.md) -- [DIY](/diy/diy.md) -- [Reading](/reading/reading.md) - - [Blogs](/reading/blogs.md) -- [Design](/design/design.md) - - [Drawing](/design/drawing.md) -- [Living](/living/living.md) - - [Berlin](/living/berlin.md)