~starkingdoms/starkingdoms

e3e78ff5044819da52ea9921833336253a822de3 — core 1 year, 8 months ago a60ec19
ci work 4
3 files changed, 3 insertions(+), 5 deletions(-)

M .woodpecker/.backplane.yaml
M .woodpecker/.client.yaml
M .woodpecker/.server.yaml
M .woodpecker/.backplane.yaml => .woodpecker/.backplane.yaml +1 -3
@@ 37,7 37,6 @@ steps:
    commands:
      - cd starkingdoms-backplane
      - cargo build --profile release-ci --color always
      - echo -e "gitlab token--$GITLAB_TOKEN--"
    environment:
      CARGO_INCREMENTAL: "0"
      SCCACHE_ENDPOINT: https://eaa2f15b55afa10361622796530d22c6.r2.cloudflarestorage.com/stk-sccache


@@ 48,7 47,6 @@ steps:
      AWS_SECRET_ACCESS_KEY:
        from_secret: s3_key
      RUSTC_WRAPPER: sccache
    secrets: [ gitlab_token ]
  - name: build_image
    depends_on:
      - backplane_build


@@ 60,6 58,6 @@ steps:
      password:
        from_secret: gitlab_token
      tag: ${CI_COMMIT_TAG}
      registry: https://registry.gitlab.com/
      registry: registry.gitlab.com
    when:
      event: tag
\ No newline at end of file

M .woodpecker/.client.yaml => .woodpecker/.client.yaml +1 -1
@@ 26,6 26,6 @@ steps:
      password:
        from_secret: gitlab_token
      tag: ${CI_COMMIT_TAG}
      registry: https://registry.gitlab.com/
      registry: registry.gitlab.com
    when:
      event: tag
\ No newline at end of file

M .woodpecker/.server.yaml => .woodpecker/.server.yaml +1 -1
@@ 61,6 61,6 @@ steps:
      password:
        from_secret: gitlab_token
      tag: ${CI_COMMIT_TAG}
      registry: https://registry.gitlab.com/
      registry: registry.gitlab.com
    when:
      event: tag
\ No newline at end of file