GithubHelp home page GithubHelp logo

Comments (5)

pyyding avatar pyyding commented on April 25, 2024

The problem is caused by a missing FLY_REGION env variable in the GitHub deploy.yml action. For time being I suggest you to edit your deployment script to include it manually.

To both 🚀 Deploy Staging and 🚀 Deploy Production steps under the env section you need to add your database region.

You can find the region code when you create the db or

  1. Go to Fly.io dashboard
  2. Open your Postgres instance
  3. Open the "Machines" tab
  4. Copy the region code

The .github/deploy.yml env section should look something like this:

      - name: 🚀 Deploy Production
        ...
        env:
          FLY_REGION: "ams"
          FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

from blues-stack.

machour avatar machour commented on April 25, 2024

@pyyding do you want to submit a PR to fix this?

from blues-stack.

github-actions avatar github-actions commented on April 25, 2024

This issue has been automatically marked stale because we haven't received a response from the original author in a while 🙈. This automation helps keep the issue tracker clean from issues that are not actionable. Please reach out if you have more information for us or you think this issue shouldn't be closed! 🙂 If you don't do so within 7 days, this issue will be automatically closed.

from blues-stack.

github-actions avatar github-actions commented on April 25, 2024

This issue has been automatically closed because we didn't hear anything from the original author after the previous notice.

from blues-stack.

MichaelDeBoey avatar MichaelDeBoey commented on April 25, 2024

@marko-x @pyyding Will this be fixed if you apply the same changes as I did in #178?

from blues-stack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.