Compare commits
3 Commits
3d99843135
...
b78f259189
Author | SHA1 | Date |
---|---|---|
Simon | b78f259189 | |
Simon | 31395d7fa3 | |
Simon | 9f7637cf2d |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue