File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100100 # just planning for now for safety and until review
101101 run : |
102102 mkdir -p ./build
103- echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=plan "
104- make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$WORKSPACE
105- echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=plan "
106- make terraform env=$ENVIRONMENT stack=api-layer tf-command=plan workspace=$WORKSPACE
103+ echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=networking tf-command=apply "
104+ make terraform env=$ENVIRONMENT stack=networking tf-command=apply workspace=$WORKSPACE
105+ echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply "
106+ make terraform env=$ENVIRONMENT stack=api-layer tf-command=apply workspace=$WORKSPACE
107107 working-directory : ./infrastructure
108108
109109 - name : " Tag the dev deployment"
You can’t perform that action at this time.
0 commit comments