You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-whoami/appveyor.yml

20 lines
406 B

version: 1.0.{build}
environment:
DOCKER_USER:
secure: LjNiW/ZWrfVIJn3Mc9foeg==
DOCKER_PASS:
secure: DWlZYy4BAD1B2oovKAqeUQc8N1fNtr78Yd/hwX6AwQrqCHnyC+Tt/SjjzeWEje0P
install:
- choco install -y docker -pre
- choco install -y curl
- curl.exe -s http://whatismijnip.nl
- docker version
build_script:
- ps: .\build.ps1
deploy_script:
- ps: .\deploy.ps1
test: off