Compare commits
3 Commits
v1.0.2-cicd.1
...
v1.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
| df8a6fc96f | |||
| 8d0247024d | |||
| 9ad66301de |
@@ -87,7 +87,9 @@ jobs:
|
||||
git config --global user.name "gitea-actions"
|
||||
git config --global user.email "actions-user@noreply.git.demonkernel.io.vn"
|
||||
|
||||
git remote set-url origin ssh://git@$TARGET_IP:222/FoodSurf/backend.git
|
||||
REPO_NAME="${{ gitea.repository }}"
|
||||
|
||||
git remote set-url origin ssh://git@$TARGET_IP:222/${REPO_NAME}.git
|
||||
|
||||
git rm -r --cached .
|
||||
git add .
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ const zipPath = "release.zip";
|
||||
|
||||
console.log(`📦 Đang nén file cho version: ${version}...`);
|
||||
|
||||
execSync(`zip -r ${zipPath} out`, {
|
||||
execSync(`cd out && zip -r ../${zipPath} .`, {
|
||||
stdio: "inherit",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user