Skip to content

Commit ff07e55

Browse files
committed
deploy: change with generic project name
1 parent fa4e379 commit ff07e55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
130130
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
131-
command: pages deploy dist --project-name=baptistep-docs
131+
command: pages deploy dist --project-name=explainer-docs
132132

133133
deploy-blog:
134134
needs: build-blog
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
148148
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
149-
command: pages deploy dist --project-name=baptistep-blog
149+
command: pages deploy dist --project-name=explainer-blog
150150

151151
deploy-website:
152152
needs: build-website
@@ -164,4 +164,4 @@ jobs:
164164
with:
165165
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
166166
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
167-
command: pages deploy dist --project-name=baptistep-website
167+
command: pages deploy dist --project-name=explainer-website

0 commit comments

Comments
 (0)