Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duplocloud/bitbucket-lambda-deploy-pipe
https://github.com/duplocloud/bitbucket-lambda-deploy-pipe
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duplocloud/bitbucket-lambda-deploy-pipe
- Owner: duplocloud
- License: other
- Created: 2023-04-12T17:01:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-12T17:07:55.000Z (over 1 year ago)
- Last Synced: 2024-12-13T07:38:18.690Z (28 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.