From 6ab33c3a7622524d2e481b3b415d4846cc16b40a Mon Sep 17 00:00:00 2001 From: heimanba Date: Tue, 26 Jul 2022 15:13:51 +0800 Subject: [PATCH] add git ignore --- .gitignore | 1 + start-sae-java-jar/.s/functionApp.project.id.json | 1 - start-sae-java-war/.s/functionApp.project.id.json | 1 - start-sae-python-image/src/s.yaml | 3 +++ 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100644 start-sae-java-jar/.s/functionApp.project.id.json delete mode 100644 start-sae-java-war/.s/functionApp.project.id.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5f940e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.s \ No newline at end of file diff --git a/start-sae-java-jar/.s/functionApp.project.id.json b/start-sae-java-jar/.s/functionApp.project.id.json deleted file mode 100644 index 1558a9d..0000000 --- a/start-sae-java-jar/.s/functionApp.project.id.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"8e349b034f3fc729ed33941a96242ba2"} \ No newline at end of file diff --git a/start-sae-java-war/.s/functionApp.project.id.json b/start-sae-java-war/.s/functionApp.project.id.json deleted file mode 100644 index 1558a9d..0000000 --- a/start-sae-java-war/.s/functionApp.project.id.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"8e349b034f3fc729ed33941a96242ba2"} \ No newline at end of file diff --git a/start-sae-python-image/src/s.yaml b/start-sae-python-image/src/s.yaml index a02a434..eb09d5b 100644 --- a/start-sae-python-image/src/s.yaml +++ b/start-sae-python-image/src/s.yaml @@ -5,6 +5,9 @@ access: "{{ access }}" # 秘钥别名 services: function-test: # 服务名称 component: sae@dev # 组件名称 + actions: + pre-deploy: + # run: docker build . -t gin-example 提前构建好镜像 props: # 组件的属性值 region: "{{region}}" application: