Compare commits

..

No commits in common. "b78f25918974c112ac8772eab813f253da581a36" and "3d99843135bbd7a98ac6ec64c76930e3bf208e7c" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build_api - name: build_api
image: golang image: golang
environment: environment:
GIN_MODE: release - GIN_MODE=release
commands: commands:
- cd Api - cd Api
- go build - go build
@ -22,7 +22,7 @@ steps:
- master - master
settings: settings:
dockerfile: ManagementPage/ManagementPage/Dockerfile dockerfile: ManagementPage/ManagementPage/Dockerfile
repo: registry.jacknet.io/51m0n/environment-api repo: "registry.jacknet.io/51m0n/environment-api"
username: simon username: simon
password: password:
from_secret: docker_password from_secret: docker_password
@ -39,7 +39,7 @@ steps:
settings: settings:
context: Api context: Api
dockerfile: Api/Dockerfile dockerfile: Api/Dockerfile
repo: registry.jacknet.io/51m0n/environment-api repo: "registry.jacknet.io/51m0n/environment-api"
username: simon username: simon
password: password:
from_secret: docker_password from_secret: docker_password