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:
Andreas Hnida 2024-04-17 21:50:24 +02:00
commit 0be583ff98
2 changed files with 10 additions and 1 deletions

3
deploy_env.json Normal file
View file

@ -0,0 +1,3 @@
{
"env": "development"
}