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

Commit 77ac6e3

Browse files
authored
ci: regenerate github token (#267)
* Use new GitHub access token * Move infra -> .infra
1 parent a0919dc commit 77ac6e3

File tree

12 files changed

+7
-9
lines changed

12 files changed

+7
-9
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
- run:
8080
name: Install dependencies
8181
command: npm i
82-
working_directory: infra
82+
working_directory: .infra
8383
- run:
8484
name: Pulumi preview
8585
command: pulumi preview --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
86-
working_directory: infra
86+
working_directory: .infra
8787
pulumi_up:
8888
docker:
8989
- image: circleci/node:16
@@ -103,15 +103,15 @@ jobs:
103103
- run:
104104
name: Install dependencies
105105
command: npm i
106-
working_directory: infra
106+
working_directory: .infra
107107
- run:
108108
name: Pulumi refresh
109109
command: pulumi refresh -y --suppress-outputs --stack dailydotdev/prod
110-
working_directory: infra
110+
working_directory: .infra
111111
- run:
112112
name: Pulumi up
113113
command: pulumi up -y --suppress-outputs --stack dailydotdev/prod -c tag=$CIRCLE_SHA1
114-
working_directory: infra
114+
working_directory: .infra
115115
workflows:
116116
build:
117117
jobs:

.git-crypt/.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.

infra/Pulumi.prod.yaml renamed to .infra/Pulumi.prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ config:
88
ethicaladsToken:
99
secure: AAABACL1XnobfoyPngc4Sd2Lhg9YopSpB7FjV1Y7WuWRDViV45a+6SXTYUI1B2VfrKcss/8M+TQ70Sue/0JJzPGulXWEPjAa
1010
gcloudProject: devkit-prod
11+
migrationsSo:
12+
secure: AAABAMtuRROMjs0KEBNmy6EOXEYm4gO6f6EeOH4FdwvwmydOXqE3GLGR33/wz/YhL7TqW+TPWCnNQAzUJXjO2Z4TLxCFUN3M0QqP7G7X3sS4OldC0xIEVMvzUyo0B7uETqYfwL0hrWdXM9z1W0C6X5T5DNNbXqxu/XiFE85qXPWk9ewETA==
1113
migrationsSource:
1214
secure: AAABADZk0aj8pxY5udGY5R+VLE8jLVG/+WKyM1wIq144lggO6kKMID7nEJdfdrq3bpKYeq2jHt4oUSUKMMR2tcMAlfw1HpLNqfw8iTDwb2/8mQOmqSKLVS6ISezYqq+lVYP8xqJ4f2EGFBqL4TtPT47qxxtPeTZw75g6zB3meqIHxtNsn0f3EQ==
1315
monetization:k8s:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)