Spaces:
Running
Running
bradduy
commited on
Commit
·
e726f6e
1
Parent(s):
43b111c
what this
Browse files- .gitignore +2 -0
- CICD.sh +1 -1
.gitignore
CHANGED
@@ -49,3 +49,5 @@ local
|
|
49 |
|
50 |
# vercel
|
51 |
.vercel
|
|
|
|
|
|
49 |
|
50 |
# vercel
|
51 |
.vercel
|
52 |
+
|
53 |
+
CICD.sh
|
CICD.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# git remote add upstream https://github.com/thanhhoang021095/x-app.git
|
2 |
git fetch upstream
|
3 |
-
git merge upstream/
|
4 |
git push origin main
|
|
|
1 |
# git remote add upstream https://github.com/thanhhoang021095/x-app.git
|
2 |
git fetch upstream
|
3 |
+
git merge upstream/main
|
4 |
git push origin main
|