Skip to content

Commit cde0351

Browse files
author
roshni73
committed
Update CD
1 parent f502184 commit cde0351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
NEXT_PRIVATE_STANDALONE: true
4141

4242
- name: Upload GH artifacts
43+
id: deployment
4344
uses: actions/upload-pages-artifact@v1
4445
with:
4546
path: out/
@@ -48,7 +49,6 @@ jobs:
4849
uses: actions/upload-artifact@v3
4950
with:
5051
path: out/
51-
name: client-build
5252

5353
staging_deploy:
5454
name: Deploy (STAGING)
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages 🚀
7070
id: deployment
71-
uses: actions/deploy-pages@v2
71+
uses: actions/deploy-pages@v3
7272

7373
prod_deploy:
7474
name: Deploy (PROD)

0 commit comments

Comments
 (0)