Skip to content

Commit

Permalink
Merge branch 'main' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Weera1234 authored Feb 3, 2025
2 parents 206c692 + 91dcfac commit 97d85c3
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
64 changes: 63 additions & 1 deletion .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
➜ WRANGLER_LOG=debug wrangler dev

WRANGLER_LOG=debug wrangler dev
Failed to load .env file ".env": Error: ENOENT: no such file or directory, open '.env'
at Object.openSync (node:fs:584:3)
at Object.readFileSync (node:fs:452:35)
Expand All @@ -17,3 +18,64 @@ Failed to load .env file ".env": Error: ENOENT: no such file or directory, open
}
⛅️ wrangler 2.6.2
-------------------

บน:
ดัน :
สาขา : [ "หลัก" ]
เวิร์กโฟลว์_การจัดส่ง :

สิ่งแวดล้อม:
AZURE_WEBAPP_NAME : kyc-theresawchavez789.us.kg #ตั้งค่านี้เป็นชื่อแอปพลิเคชันของคุณ
AZURE_WEBAPP_PACKAGE_PATH : ' . ' #ตั้งค่านี้เป็นเส้นทางไปยังโปรเจ็กต์แอปเว็บของคุณ โดยค่าเริ่มต้นคือรูทของที่เก็บข้อมูล
NODE_VERSION : ' 20.x ' #ตั้งค่านี้เป็นเวอร์ชันโหนดที่จะใช้

การอนุญาต:
เนื้อหา : อ่าน

งาน:
สร้าง :
รันบน : ubuntu-ล่าสุด
ขั้นตอน :
- การใช้งาน: actions/checkout@v4

- ชื่อ: ตั้งค่า Node.js
การใช้งาน : actions/setup-node@v4
กับ :
เวอร์ชันโหนด : ${{ env.NODE_VERSION }}
แคช : ' npm '

- ชื่อ: npm ติดตั้ง สร้าง และทดสอบ
วิ่ง : |
การติดตั้ง npm
npm รัน build --if-present
npm รันทดสอบ --if-present
- ชื่อ: อัปโหลดสิ่งประดิษฐ์สำหรับงานการปรับใช้
การใช้งาน : actions/upload-artifact@v4
กับ :
ชื่อ : node-app
เส้นทาง : kyc-theresawchavez789.us.kg

ปรับใช้ :
การอนุญาต:
เนื้อหา : ไม่มี
รันบน : ubuntu-ล่าสุด
ความต้องการ : สร้าง
สิ่งแวดล้อม :
ชื่อ : 'พัฒนาการ'
URL : ${{ steps.deploy-to-webapp.outputs.webapp-url }}

ขั้นตอน :
- ชื่อ: ดาวน์โหลดสิ่งประดิษฐ์จากงานสร้าง
การใช้งาน : actions/download-artifact@v4
กับ :
ชื่อ : node-app

- ชื่อ : 'ปรับใช้กับ Azure WebApp '
id : ปรับใช้กับเว็บแอป
การใช้งาน : azure/webapps-deploy@v2
กับ :
ชื่อแอป : ${{ env.AZURE_WEBAPP_NAME }}
เผยแพร่โปรไฟล์ : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
แพ็กเกจ : ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"npm.runSilent": true
}

0 comments on commit 97d85c3

Please sign in to comment.