The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment variables and react-scripts build conundrum

Karel Frajtak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 11, 2021

I am trying to setup a pipeline to build a React application (created using react-scripts) and deploy it to a remote server with its specific environment variables. Those variables are defined in deployment setting.

The problem is that I need the variable before the deployment so I can create a .env.local file (that overrides the default .env file) used in the npm run build stage.

When I mention the deployment: Staging in both build steps I get an error saying

Environment name and order needs to defined in your deployment setting.

And if I remove it from the deployment stage and add it to the build stage, than the build stage gets and "Redeploy" button ...

How can I access the deployment environment variables in the build stage so the React app can be built with the environment variables specific to deployment machine?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 12, 2021

Hi Karel,

Deployment variables can only be accessed by the step that does the deployment and I'm afraid that it is not possible to use the same deployment environment for multiple steps.

Are you deploying to different servers and do you use multiple deployment environments in your yaml file for this repo? Or only one?

I am trying to understand your use case to see if there is a different way to achieve what you want.

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events