Skip to content

Commit

Permalink
fix: packageUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Joycepy committed Aug 9, 2022
1 parent eb5a73e commit f89aae8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion start-sae-java-jar/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ services:
code:
packageType: FatJar
packageVersion: 1.0.0
package: ./code/target/demo-0.0.1-SNAPSHOT.jar
packageUrl: ./code/target/demo-0.0.1-SNAPSHOT.jar
port: 8088
4 changes: 2 additions & 2 deletions start-sae-java-war/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ services:
code:
packageType: War
packageVersion: 1.0.0
package: ./code/target/demo-0.0.1-SNAPSHOT.war
# package: https://sae-packages-cn-hangzhou-1976152945975242.oss-cn-hangzhou.aliyuncs.com/bRW4uZqgzNm6Uq9T.war
packageUrl: ./code/target/demo-0.0.1-SNAPSHOT.war
# packageUrl: https://sae-packages-cn-hangzhou-1976152945975242.oss-cn-hangzhou.aliyuncs.com/bRW4uZqgzNm6Uq9T.war
port: 8080
2 changes: 1 addition & 1 deletion start-sae-php-laravel-swoole/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ services:
appName: "{{appName}}"
code:
packageType: PhpZip
package: hello-sae-php-laravel-swoole.zip
packageUrl: hello-sae-php-laravel-swoole.zip
port: 80
2 changes: 1 addition & 1 deletion start-sae-php-laravel/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ services:
appName: "{{appName}}"
code:
packageType: PhpZip
package: hello-sae-php-laravel.zip
packageUrl: hello-sae-php-laravel.zip
port: 80
2 changes: 1 addition & 1 deletion start-sae-php-thinkphp/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ services:
appName: "{{appName}}"
code:
packageType: PhpZip
package: hello-sae-php-thinkphp.zip
packageUrl: hello-sae-php-thinkphp.zip
port: 80
2 changes: 1 addition & 1 deletion start-sae-php-wordpress/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ services:
appName: "{{appName}}"
code:
packageType: PhpZip
package: hello-sae-php-wordpress.zip
packageUrl: hello-sae-php-wordpress.zip
port: 80
4 changes: 2 additions & 2 deletions start-sae-php/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ services:
appName: "{{appName}}"
code:
packageType: PhpZip
package: hello-sae-php.zip
# package: https://sae-packages-cn-hangzhou-1976152945975242.oss-cn-hangzhou.aliyuncs.com/Ogjfx1yYEijpiAil.zip
packageUrl: hello-sae-php.zip
# packageUrl: https://sae-packages-cn-hangzhou-1976152945975242.oss-cn-hangzhou.aliyuncs.com/Ogjfx1yYEijpiAil.zip
port: 80

0 comments on commit f89aae8

Please sign in to comment.