Skip to content

Commit 6ab33c3

Browse files
author
heimanba
committed
add git ignore
1 parent bd38f09 commit 6ab33c3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.s

start-sae-java-jar/.s/functionApp.project.id.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

start-sae-java-war/.s/functionApp.project.id.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

start-sae-python-image/src/s.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ access: "{{ access }}" # 秘钥别名
55
services:
66
function-test: # 服务名称
77
component: sae@dev # 组件名称
8+
actions:
9+
pre-deploy:
10+
# run: docker build . -t gin-example 提前构建好镜像
811
props: # 组件的属性值
912
region: "{{region}}"
1013
application:

0 commit comments

Comments
 (0)