2022-02-03
2043
#react
Zafar Saleem
90980
Feb 3, 2022 ⋅ 7 min read

CI/CD pipelines using React, GitHub Actions, and Heroku

Zafar Saleem I've worked as a developer on projects spanning from small-scale websites to large-scale applications both in small and large companies.

Recent posts:

Rxjs Adoption Guide: Overview, Examples, And Alternatives

RxJS adoption guide: Overview, examples, and alternatives

Get to know RxJS features, benefits, and more to help you understand what it is, how it works, and why you should use it.

Emmanuel Odioko
Jul 26, 2024 ⋅ 13 min read
Decoupling Monoliths Into Microservices With Feature Flags

Decoupling monoliths into microservices with feature flags

Explore how to effectively break down a monolithic application into microservices using feature flags and Flagsmith.

Kayode Adeniyi
Jul 25, 2024 ⋅ 10 min read
Lots of multi-colored blue and purplish rectangles.

Animating dialog and popover elements with CSS @starting-style

Native dialog and popover elements have their own well-defined roles in modern-day frontend web development. Dialog elements are known to […]

Rahul Chhodde
Jul 24, 2024 ⋅ 10 min read
Using Llama Index To Add Personal Data To Large Language Models

Using LlamaIndex to add personal data to LLMs

LlamaIndex provides tools for ingesting, processing, and implementing complex query workflows that combine data access with LLM prompting.

Ukeje Goodness
Jul 23, 2024 ⋅ 5 min read
View all posts

2 Replies to "CI/CD pipelines using React, GitHub Actions, and Heroku"

  1. Getting error in github actions…

    Error: Command failed: git push heroku HEAD:refs/heads/main –force
    fatal: ‘heroku’ does not appear to be a git repository
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

    Also getting warnings..

    Unexpected input(s) ‘args’, valid inputs are [‘heroku_api_key’, ‘heroku_email’, ‘heroku_app_name’, ‘buildpack’, ‘branch’, ‘dontuseforce’, ‘dontautocreate’, ‘usedocker’, ‘docker_heroku_process_type’, ‘docker_build_args’, ‘appdir’, ‘healthcheck’, ‘checkstring’, ‘delay’, ‘procfile’, ‘rollbackonhealthcheckfailed’, ‘env_file’, ‘justlogin’, ‘region’, ‘stack’, ‘team’]

  2. I’m getting this warnings:

    Unexpected input(s) ‘args’, valid inputs are [‘heroku_api_key’, ‘heroku_email’, ‘heroku_app_name’, ‘buildpack’, ‘branch’, ‘dontuseforce’, ‘dontautocreate’, ‘usedocker’, ‘docker_heroku_process_type’, ‘docker_build_args’, ‘appdir’, ‘healthcheck’, ‘checkstring’, ‘delay’, ‘procfile’, ‘rollbackonhealthcheckfailed’, ‘env_file’, ‘justlogin’, ‘region’, ‘stack’, ‘team’]

Leave a Reply