Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dc7a768

Browse files
authored
ci: move pulumi to new org (#239)
1 parent 5f4aed1 commit dc7a768

File tree

2 files changed

+122
-98
lines changed

2 files changed

+122
-98
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
working_directory: infra
8383
- run:
8484
name: Pulumi preview
85-
command: pulumi preview --suppress-outputs --stack prod -c tag=$CIRCLE_SHA1
85+
command: pulumi preview --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
8686
working_directory: infra
8787
pulumi_up:
8888
docker:
@@ -101,11 +101,11 @@ jobs:
101101
working_directory: infra
102102
- run:
103103
name: Pulumi refresh
104-
command: pulumi refresh -y --suppress-outputs --stack prod
104+
command: pulumi refresh -y --suppress-outputs --stack dailydotdev/prod
105105
working_directory: infra
106106
- run:
107107
name: Pulumi up
108-
command: pulumi up -y --suppress-outputs --stack prod -c tag=$CIRCLE_SHA1
108+
command: pulumi up -y --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
109109
working_directory: infra
110110
workflows:
111111
build:

0 commit comments

Comments
 (0)