diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 1c7e7b1..f0d059a 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -183,10 +183,11 @@ jobs: # DEPLOY DOCKER IMAGE TO DOCKER HOST - put: resource-deploy-docker params: - DOCKER_HOST_SSH_PRIVATE_KEY_FILE: {{docker_host_ssh_private_key_file}} + DOCKER_HOST_IP: '192.168.20.124' DOCKER_HOST_PORT: '22' DOCKER_HOST_USER: 'jeffdecola' - DOCKER_HOST_IP: '192.168.20.124' + DOCKER_HOST_RUN_PRIVILEGED_MODE: 'false' + DOCKER_HOST_SSH_PRIVATE_KEY_FILE: {{jeffs_mbp_docker_host_ssh_private_key}} DOCKER_IMAGE_TO_DEPLOY: 'jeffdecola/crypto-wallet-status' # SEND SLACK ALERT - put: resource-slack-alert @@ -240,7 +241,7 @@ resources: #uri: https://github.com/jeffdecola/crypto-wallet-status uri: git@github.com:jeffdecola/crypto-wallet-status.git branch: master - private_key: ((git_private_key)) + private_key: ((concourse_git_private_key)) - name: resource-dump-to-dockerhub type: docker-image