aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
blob: b9c31dab6ea27f6de68209f6115e3770ee29a4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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