Skip to content

Commit 62f9bd6

Browse files
committed
gg
1 parent 9964695 commit 62f9bd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
cd build
1818
mkdir .vercel
19+
cd .vercel
1920
touch project.json
2021
echo '{"projectId":"prj_WeyTcVuBJMaYYwAr70qehkC723Fs","orgId":"H6nj7J1Ka9Tf4CpLSxzv2MNI"}' > project.json
2122
- name: Deploying The Project

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": {
33
"start": "snowpack dev",
44
"build": "snowpack build",
5-
"deploy": "vc build --prod --confirm --token=E880YhIzLMPYb0YPyDTQ1T9j"
5+
"deploy": "vc build --prod --confirm --token=BF3B1AqHhuLdbaaTNWuDYg0L"
66
},
77
"dependencies": {
88
"react": "^18.0.0-alpha-64931821a-20210808",

0 commit comments

Comments
 (0)