dragondrop docs
dragondrop.cloud
  • Welcome
  • Getting Started
    • How dragondrop Works
    • 🔒Security
    • Self-Hosted Runners
    • Cloud Perch - Cloud Footprint Visualizations
    • Jobs
      • What is a Job?
      • How Many Jobs Should We Use?
      • Creating a Job
      • Running a Job
      • Managed Drift Only Mode
      • Job Output
    • Setting Up CI/CD
    • Supported Tech Stack
    • Signing Up
    • Schedule a Demo
  • Deploying To Your Cloud
    • Infrastructure Requirements
      • Requirements
      • AWS
      • Azure
      • GCP
    • Environment Variables
    • Updating HTTPS Job Endpoints
    • FAQs
  • Setting Up CI/CD
    • GitHub Action
  • Pricing & Plans
    • Plans
    • FAQs
  • Trouble Shooting
    • Resource Coverage
      • AWS
      • Azure
      • GCP
    • Contact Support
Powered by GitBook
On this page
  • AWS
  • GCP
  • Azure
Edit on GitHub
  1. Deploying To Your Cloud

Updating HTTPS Job Endpoints

A rare, but easy, occurence

PreviousEnvironment VariablesNextFAQs

Last updated 1 year ago

We anticipate needing to do this very rarely, and have recently re-architected our product to ensure this is unlikely to occur for the forseable future. That being said, it is possible we will release changes to HTTPS endpoint code. These updates can be brought into your cloud as follows:

AWS

OSS Code Repository:

1) Navigate to the dragondrop-created lambda trigger, and select "Upload from" --> "Amazon S3 location"

2) Enter the following URL and hit "Save". Now the production code form that repository is within your lambda function. URL:

https://dragondrop-ecs-fargate-task-lambda-trigger-prod.s3.amazonaws.com/dragondrop_https_trigger_lambda.zip

GCP

1) Within the Cloud Run Service hosting your dragondrop endpoint, click "Edit & Deploy New Revision":

2) Without making any changes, scroll to the bottom of the page and hit "Deploy". When using our Terraform module, the container for the cloud service is specified with the :latest tag, so this deployment will pull in the newest version of the repo's production container.

Azure

1) Within the Container App instance hosting your dragondrop endpoint, click "Edit and Deploy"

2) Create a "dummy" variable on the container, save and re-deploy. THis deployment will pull in the latest version of the repo's production container.

OSS Code Repository:

OSS Code Repository:

https://github.com/dragondrop-cloud/cloud-run-job-http-trigger
https://github.com/dragondrop-cloud/container-instance-http-trigger
https://github.com/dragondrop-cloud/ecs-fargate-task-http-trigger