We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18bacc commit 6ec8e02Copy full SHA for 6ec8e02
1 file changed
deployConfig.json
@@ -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