Add new pipeline step to set environment variable before deploying to server. Include newly added deploy_env.json file specifying deployment environment as 'development'.
This commit is contained in:
parent
e8484f3456
commit
0be583ff98
2 changed files with 10 additions and 1 deletions
3
deploy_env.json
Normal file
3
deploy_env.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"env": "development"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue