diff options
Diffstat (limited to '.onedev-buildspec.yml')
| -rw-r--r-- | .onedev-buildspec.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..b9c31da --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,20 @@ +version: 46 +jobs: +- name: Push to GitHub Mirror + steps: + - type: PushRepository + name: Push to GitHub Mirror + remoteUrl: https://github.com/zuedev/NuclearOptionDedicatedServerDocker + userName: zuedev + passwordSecret: github-access-token + force: true + condition: SUCCESSFUL + optional: false + triggers: + - type: BranchUpdateTrigger + userMatch: anyone + - type: TagCreateTrigger + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400
\ No newline at end of file |
