File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 - run :
5959 name : Install dependencies
6060 command : npm i
61- working_directory : infra
61+ working_directory : . infra
6262 - run :
6363 name : Pulumi preview
6464 command : pulumi preview --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
65- working_directory : infra
65+ working_directory : . infra
6666 pulumi_up :
6767 circleci_ip_ranges : true
6868 docker :
@@ -83,15 +83,15 @@ jobs:
8383 - run :
8484 name : Install dependencies
8585 command : npm i
86- working_directory : infra
86+ working_directory : . infra
8787 - run :
8888 name : Pulumi refresh
8989 command : pulumi refresh -y --suppress-outputs --stack dailydotdev/prod
90- working_directory : infra
90+ working_directory : . infra
9191 - run :
9292 name : Pulumi up
9393 command : pulumi up -y --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
94- working_directory : infra
94+ working_directory : . infra
9595workflows :
9696 build :
9797 jobs :
You can’t perform that action at this time.
0 commit comments