Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDeCola committed Jun 6, 2023
1 parent 1835eb2 commit 769b31c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 769b31c

Please sign in to comment.