File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 35
35
- 'collab_service/**'
36
36
code_execution:
37
37
- 'code_execution/**'
38
+ api_gateway:
39
+ - 'api_gateway/**'
38
40
39
41
40
42
- name : ' Create env file'
@@ -99,6 +101,13 @@ jobs:
99
101
docker-compose build code-execution
100
102
docker-compose push code-execution
101
103
104
+ - name : 7. Build and Push api-gateway
105
+ id : g
106
+ if : steps.changes.outputs.api_gateway == 'true'
107
+ run : |
108
+ docker-compose build api-gateway
109
+ docker-compose push api-gateway
110
+
102
111
- name : determine deploy step
103
112
id : deploy
104
113
if : ${{ steps.a.conclusion == 'success' || steps.b.conclusion == 'success' || steps.c.conclusion == 'success' || steps.d.conclusion == 'success' || steps.e.conclusion == 'success' || steps.f.conclusion == 'success' }}
You can’t perform that action at this time.
0 commit comments