deploy.py: auto-push generated commit
This commit is contained in:
parent
345867359e
commit
f61c032d23
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ if __name__ == '__main__':
|
|||
commit = subprocess.run(['git', 'commit-tree', '-p', 'HEAD', '-p', 'refs/heads/deploy', '-m', 'deploy.py auto-commit', tree], cwd=tmpdir, check=True, capture_output=True).stdout.strip()
|
||||
subprocess.run(['git', 'update-ref', '-m', f'deploy.sh update deploy branch to {commit}', 'refs/heads/deploy', commit], cwd=tmpdir, check=True)
|
||||
|
||||
subprocess.run(['git', 'push', 'origin', 'deploy'], cwd=tmpdir, check=True)
|
||||
finally:
|
||||
subprocess.run(['git', 'worktree', 'remove', '-f', tmpdir], check=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue