python web app cicd 源码
04_02章 使用“页面在GitHub上创建存储。 给它起一个与课程有关的名称,例如exercise-files 。 在终端中,运行以下命令将目录初始化为git存储库。 git init git add . git commit -m 'first check in' 现在,将您创建的新存储库添加为本地存储库的远程存储库。 git remote add origin git@github.com:YOUR_GITHUB_USER_NAME_HERE/exercise-files.git 添加遥控器后,将文件推送到遥控器。 git push -u origin master
文件列表
python-web-app-cicd-master.zip
(预估有个8文件)
python-web-app-cicd-master
test_app.py
624B
.github
workflows
pipeline.yml
526B
app.py
997B
requirements.txt
44B
data.json
2KB
README.md
862B
Makefile
1KB
暂无评论