Setting up continuous deployment
This commit is contained in:
parent
6bec8b3703
commit
bc7b5fc6c9
6 changed files with 108 additions and 0 deletions
19
deeployer.json
Normal file
19
deeployer.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
|
||||
"containers": {
|
||||
"back": {
|
||||
"image": "",
|
||||
"host": "http://api.workadventure.test.thecodingmachine.com",
|
||||
"env": {
|
||||
"SECRET_KEY": "tempSecretKeyNeedsToChange"
|
||||
}
|
||||
},
|
||||
"front": {
|
||||
"image": "",
|
||||
"host": "http://workadventure.test.thecodingmachine.com",
|
||||
"env": {
|
||||
"API_URL": "http://api.workadventure.test.thecodingmachine.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue