You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up DOCKSAL_HOST_SSH_KEY as a variable in GitLab CI / CD Setting which contains private key for the Sandbox server build account. Is this correct? I have this
There is no GitLab example in Project configuration. I suggest adding such an example to the README.md.
I use the following .gitlab-ci.yml:
build_test:
image: docksal/ci-agent:php
script:
- source build-env # Initialize the agent configuration
- build-init # Initialize the remote sandbox environment
- build-exec "cd www && fin drush st" # Test performing within the build
when: manual
The text was updated successfully, but these errors were encountered:
I use https://github.com/docksal/ci-agent/blob/develop/README.md as an instruction to establish Docksal CI Agent on GitLab. I have a sandbox server in Digital Ocean,
DOCKSAL_HOST_SSH_KEY
as a variable in GitLab CI / CD Setting which contains private key for the Sandbox serverbuild
account. Is this correct? I have thisREADME.md
.I use the following
.gitlab-ci.yml
:The text was updated successfully, but these errors were encountered: