Commit message

This commit is contained in:
sujunelee 2024-04-24 16:15:01 +09:00
parent 3660375a73
commit fe62913620
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ spec:
runFile: main.py # 앱의 실행 파일입니다.
env:
bin: python3
virtualEnv: tutorial-env # 사용할 가상환경 이름입니다.
virtualEnv: tutorial-env2 # 사용할 가상환경 이름입니다.
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
runtime: python3.9
stackbase:
tagName: v1.0.0 # Stackbase(gitea)에 릴리즈 태그명 입니다.
tagName: v1.0.1 # Stackbase(gitea)에 릴리즈 태그명 입니다.
repoName: tutorial-test-app # Stackbase(gitea)에 저장될 저장소 이릅니다.