Automated preview deployments from GitHub to AWS in 10 minutes

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PullPreview

    A GitHub Action that starts preview deployments for your pull requests and branches. It can work with any application that has a valid Docker Compose file. (by pullpreview)

  • # .github/workflows/pullpreview.yml name: PullPreview on: pull_request: types: [labeled, unlabeled, synchronize, closed, reopened] jobs: deploy: permissions: contents: read # to fetch code (actions/checkout) deployments: write # to delete deployments pull-requests: write # to remove labels statuses: write # to create commit status name: deploy runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: actions/checkout@v2 - uses: pullpreview/action@v5 # see https://github.com/pullpreview/action/wiki/Inputs with: admins: your-github-username compose_files: docker-compose.pullpreview.yml ports: 80,443 default_port: 443 env: AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}" AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}" AWS_REGION: "us-east-1"

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Deployment previews for your pull requests, on servers you control

    1 project | news.ycombinator.com | 5 Jun 2023
  • PullPreview is a GitHub Action that starts live environments for your pull requests and branches in your AWS account. It can work with any application that has a valid Docker Compose file.

    1 project | /r/aws | 29 Mar 2023
  • PullPreview is a GitHub Action that starts live environments for your pull requests and branches. It can work with any application that has a valid Docker Compose file.

    1 project | /r/github | 29 Mar 2023
  • Docker Compose: `version` is obsolete

    1 project | news.ycombinator.com | 29 Apr 2024
  • Show HN: Is_ready – Wait for many services to become available – 0 Dependencies

    6 projects | news.ycombinator.com | 27 Apr 2024