Skip to content

Commit

Permalink
Merge pull request #28 from devsapp/web
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
loganhz authored Jun 18, 2024
2 parents bda1c7e + d23c8a2 commit 7555e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Project
Name: website-angular-v3
Provider:
- 阿里云
Version: 0.0.3
Version: 0.0.4
Description: 本案例将 Angular 框架示例快速创建并部署到阿里云函数计算 FC 。
HomePage: https://github.com/devsapp/start-website/tree/v3/angular
Organization: 阿里云函数计算(FC)
Expand Down
4 changes: 2 additions & 2 deletions angular/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
path: ./code
- run: export PATH=/usr/local/versions/node/v20.8.1/bin:$PATH && npm run build
path: ./code
- run: cp nginx.conf ./dist/angular/nginx.conf
- run: cp nginx.conf ./dist/angular/browser/nginx.conf
path: ./code
props:
region: ${vars.region}
Expand All @@ -47,7 +47,7 @@ resources:
- "-g"
- "daemon off;"
port: 9000
code: ./code/dist/angular
code: ./code/dist/angular/browser
runtime: custom
fc3_domain_0:
component: fc3-domain
Expand Down

0 comments on commit 7555e34

Please sign in to comment.