Modified API url
This commit is contained in:
parent
77ccef7c68
commit
be54e41135
|
@ -17,7 +17,7 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dutchellie/proper-website-2
|
repo: dutchellie/proper-website-2
|
||||||
build_args:
|
build_args:
|
||||||
- APIURL=https://api.nicecock.eu/api/testing
|
- APIURL=https://api.quenten.nl/api/testing
|
||||||
tags:
|
tags:
|
||||||
- dev
|
- dev
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
|
@ -65,7 +65,7 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dutchellie/proper-website-2
|
repo: dutchellie/proper-website-2
|
||||||
build_args:
|
build_args:
|
||||||
- APIURL=https://api.nicecock.eu/api
|
- APIURL=https://api.quenten.nl/api
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
|
|
Loading…
Reference in New Issue