Skip to content

Commit 7a647f8

Browse files
committed
ci: use .infra instead of infra
1 parent 26c41bb commit 7a647f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
9595
workflows:
9696
build:
9797
jobs:

0 commit comments

Comments
 (0)