Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
#66429 fix python automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Crownss committed Oct 6, 2023
1 parent a4ed261 commit 5026dc3
Show file tree
Hide file tree
Showing 34 changed files with 4 additions and 78 deletions.
3 changes: 3 additions & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ async def main(domain):
if len(input2) == 0:
input2 = "Deployed 🚀"
build = os.system('yarn deploy')
with open("out/CNAME", "w") as f:
f.write(domain)
await asyncio.sleep(0.5)
push2 = os.system('git add -f out && git commit -n -m \"#'+randomNum +
' '+input2+'\"&& git subtree push --prefix out web gh-pages')
return build, push2
Expand Down
Binary file removed out/.DS_Store
Binary file not shown.
Empty file removed out/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion out/404.html

This file was deleted.

1 change: 0 additions & 1 deletion out/500.html

This file was deleted.

1 change: 0 additions & 1 deletion out/CNAME

This file was deleted.

6 changes: 0 additions & 6 deletions out/_next/static/chunks/723-2afa83aeb798f28e.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/8ab9a018-747be8e372c82995.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/b1e7c68a-92c4a47fe1b3158c.js

This file was deleted.

33 changes: 0 additions & 33 deletions out/_next/static/chunks/framework-a336eba791abf541.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/main-8064aa6b664a6784.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/404-0cad33ec53ce1c49.js

This file was deleted.

Loading

0 comments on commit 5026dc3

Please sign in to comment.