Skip to content

Commit

Permalink
ci: move pulumi to new org (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun authored Apr 19, 2022
1 parent 5f4aed1 commit dc7a768
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 98 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
working_directory: infra
- run:
name: Pulumi preview
command: pulumi preview --suppress-outputs --stack prod -c tag=$CIRCLE_SHA1
command: pulumi preview --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
working_directory: infra
pulumi_up:
docker:
Expand All @@ -101,11 +101,11 @@ jobs:
working_directory: infra
- run:
name: Pulumi refresh
command: pulumi refresh -y --suppress-outputs --stack prod
command: pulumi refresh -y --suppress-outputs --stack dailydotdev/prod
working_directory: infra
- run:
name: Pulumi up
command: pulumi up -y --suppress-outputs --stack prod -c tag=$CIRCLE_SHA1
command: pulumi up -y --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
working_directory: infra
workflows:
build:
Expand Down
Loading

0 comments on commit dc7a768

Please sign in to comment.