您好,登錄后才能下訂單哦!
這篇文章主要介紹“Serverless怎么部署”,在日常操作中,相信很多人在Serverless怎么部署問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對(duì)大家解答”Serverless怎么部署”的疑惑有所幫助!接下來,請(qǐng)跟著小編一起來學(xué)習(xí)吧!
以下三項(xiàng)配置都是必不可少的:
[build] # 項(xiàng)目的根目錄,及 npm 命令執(zhí)行的目錄 base = "" # 將要服務(wù)化的靜態(tài)文件,也是打包后生成的目錄 publish = ".vuepress/dist" # 打包命令 command = "npm run build"
Serverless 部署
在騰訊云的 Serverless 中,需要配置文件來部署應(yīng)用。部署純前端頁面的話,需要使用一個(gè) tencent-website 的組件,并使用以上配置進(jìn)行部署。
以下是使用 vuepress 搭建我的博客[1]的 Serverless 配置文件,在根目錄新建配置文件 serverless.yaml,配置如下:
更詳細(xì)的配置請(qǐng)看過來:Serverless Website 全配置[2]
component: website # (必填) 引用 component 的名稱,當(dāng)前用到的是 tencent-website 組件 name: shanyue-blog # (必填) 該 website 組件創(chuàng)建的實(shí)例名稱 inputs: src: src: . index: index.html dist: .vuepress/dist hook: npm run build # websitePath: ./ region: ap-guangzhou bucketName: my-bucket protocol: https
執(zhí)行命令前設(shè)置兩個(gè)環(huán)境變量(我偷懶直接全部扔到了 bashrc 下),在騰訊云的賬號(hào)體系中可以找到:
export TENCENT_SECRET_ID=shanyue-id export TENCENT_SECRET_KEY=shanyue-key
萬事俱備只欠東風(fēng),一個(gè)命令搞定:
# 需提前下載: npm i -g serverless $ sls serverless ?framework Action: "deploy" - Stage: "dev" - App: "shanyue-blog" - Instance: "shanyue-blog" region: ap-guangzhou website: https://my-bucket-1257314149.cos-website.ap-guangzhou.myqcloud.com Full details: https://serverless.cloud.tencent.com/apps/shanyue-blog/shanyue-blog/dev 103s › shanyue-blog › Success
到此,關(guān)于“Serverless怎么部署”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識(shí),請(qǐng)繼續(xù)關(guān)注億速云網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。