Skip to content

Commit 6ec8e02

Browse files
add: create deploy configuration
1 parent b18bacc commit 6ec8e02

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

deployConfig.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"_meta": {
3+
"deployService": "ApolloLaunch",
4+
"deployServiceVersion": "1.0.0"
5+
},
6+
"config": {
7+
"repository": {
8+
"owner": "Mathis Verstrepen",
9+
"name": "PotBlog"
10+
},
11+
12+
"docker": {
13+
"imageName": "PotBlog",
14+
"imageTag": "1.0.0",
15+
"dockerfileLocation": "Dockerfile",
16+
"buildArgs": [],
17+
"composeFile": "docker-compose.yml",
18+
"envFile": "potblog.env",
19+
"envDeployType": "file",
20+
"host": "hogwarts-3"
21+
},
22+
23+
"deploy": {
24+
"strategy": "all-at-once"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)