From 87c71812cf7628c2e70e7d1845a6058f72647bd6 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 5 Feb 2025 17:02:03 -0500 Subject: [PATCH] add github automatic push on branch change --- .onedev-buildspec.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .onedev-buildspec.yml diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..cb1be1f --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,16 @@ +version: 38 +jobs: +- name: Github Push + steps: + - !PushRepository + name: gc-alexandria + remoteUrl: https://github.com/ShadowySupercode/gc-alexandria + passwordSecret: github_access_token + force: false + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + triggers: + - !BranchUpdateTrigger {} + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400 \ No newline at end of file