ssh-keygen -f deploy_key
fly destroy-pipeline --target delta --pipeline delta-playground
fly --target delta unpause-pipeline --pipeline delta-playground
This is for local testing, so you don't have to commit code on github everytime. You also have to chmod -x the file you want to run. In this case, it is the sh file:
fly -t delta execute -c ci/tasks/load_dependencies.yaml --input="delta=."
fly -t delta execute -c ci/tasks/load_dependencies.yaml
fly -t delta set-pipeline -p delta-playground -c ci/pipeline.yaml --var "github_private_key=$(cat ci/deploy_key)"
fly -t delta hijack
fly -t delta check-resource -r delta-playground/delta-pr
fly -t delta hijack -j delta-playground/integration-test