Jack Goslin
12/03/2023, 12:43 AMRuntimeError: Failed to clone repository 'git@github.com:premiere65201/hq_integration.git' with exit code 128.
yaml in the threadJack Goslin
12/03/2023, 12:43 AM# Generic metadata about this project
name: hq_integration
prefect-version: 2.14.9
# build section allows you to manage and build docker images
build:
- prefect_docker.deployments.steps.build_docker_image:
requires: prefect-docker>=0.3.1
id: build-image
dockerfile: auto
image_name: prefecthq/prefect
tag: 2-python3.10
# push section allows you to manage if and how this project is uploaded to remote locations
push: null
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect.deployments.steps.git_clone:
repository: git@github.com:premiere65201/hq_integration.git
branch: main
access_token: '{{ prefect.blocks.secret.deployment-hq-api-int-deployment-hq-integration-repo-token
}}'
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: hq-api-int-deployment
version: null
tags: []
description: null
entrypoint: main.py:main
parameters: {}
work_pool:
name: ec2-pool
work_queue_name: null
job_variables:
image: '{{ build-image.image }}'
schedule: null
Jack Goslin
12/03/2023, 12:49 AMKevin Grismore
12/03/2023, 2:02 AMrepository: git@github.com:premiere65201/hq_integration.git
Try changing it to the HTTPS address for your repo like <https://github.com/premiere65201/hq_integration.git>
Kevin Grismore
12/03/2023, 2:11 AMJack Goslin
12/03/2023, 2:37 AMKevin Grismore
12/03/2023, 2:39 AMJack Goslin
12/03/2023, 2:52 AMKevin Grismore
12/03/2023, 2:56 AMsecrets_manager = AwsSecret.load("MY_BLOCK")
secrets_manager.read_secret()
Kevin Grismore
12/03/2023, 2:57 AMJack Goslin
12/03/2023, 2:58 AMKevin Grismore
12/03/2023, 2:58 AMJack Goslin
12/04/2023, 12:47 AMKevin Grismore
12/04/2023, 12:55 AM