Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 889 Bytes

Pipeline Example

Here we have a quick example of a simple project and a pipeline using the Duplo ci/cd piepline tools.

Dev Containers

The dev container is tuned to use openvpn so private Duplo resources are available. You will need the following secrets in this repos secrets store:

OpenVPN

Set both of these secrets in the secrets for codespaces section in the repo settings.

Github Codespace Secrets Instructions

Secret: OPENVPN_CONFIG
The openvpn config file from your duplo user.

OpenVPN Instructions on Duplo

Secret: OPENVPN_AUTH
The openvpn auth file with username on first line and password on second line.

Example:

you@example.duplocloud.net
Password123