Here we have a quick example of a simple project and a pipeline using the Duplo ci/cd piepline tools.
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:
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.
Secret: OPENVPN_AUTH
The openvpn auth file with username on first line and password on second line.
Example:
you@example.duplocloud.net
Password123