Skip to content

Commit

Permalink
fix: deploy failed
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Jul 17, 2023
1 parent 2b3fe6b commit 4498b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vars:
name: ${vars.serviceName}
description: 'stable-diffusion 部署到函数计算'
internetAccess: true
{{ if roleArn !== '' && roleArn !== undefined }}role: "{{roleArn}}"
{{ if roleArn !== '' && roleArn !== undefined }}role: "{{roleArn}}"{{/if}}
{{ if nasEnabled === true }}nasConfig: auto{{/if}}

services:
Expand Down

0 comments on commit 4498b3f

Please sign in to comment.