We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c014c8 commit f2be4b4Copy full SHA for f2be4b4
app.py
@@ -604,14 +604,14 @@ def add_flask_quickstart():
604
fp.close()
605
606
with open(
607
- f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.github/.container-hosting/deploy.sh",
+ f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.container-hosting/deploy.sh",
608
"w",
609
) as fp:
610
fp.write(deploy_sh)
611
612
index = repo.index
613
index.add(
614
- [f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.github/.container-hosting/deploy.sh"]
+ [f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.container-hosting/deploy.sh"]
615
)
616
index.commit("Added deploy.sh file")
617
0 commit comments