Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duplocloud/bitbucket-lambda-deploy-pipe


https://github.com/duplocloud/bitbucket-lambda-deploy-pipe

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# DuploCloud Pipelines Pipe: Deploy

Updates a lambdas image tag on DuploCloud.

## YAML Definition

```yaml
- pipe: docker://duplocloud/bitbucket-lambda-deploy-pipe:1.0.0
variables:
DUPLO_TOKEN: ''
DUPLO_HOST: ''
TENANT: ''
LAMBDAS: ''
IMAGE: ''
```

## Variables

| Variable | Usage |
| -------- | ----- |
| DUPLO_TOKEN | Auth token for Duplo |
| DUPLO_HOST | The domain of your Duplo instance |
| TENANT | The tenant where the lambda is in |
| LAMBDAS | The comma separated names of the lambdas to update |
| IMAGE | The new image of the lambda. |

## Prerequisites

To make an update to a lambda you will need a duplo token.