Skip to content

Commit

Permalink
Merge pull request #5765 from owncloud/add_developer_access_to_contin…
Browse files Browse the repository at this point in the history
…ously_deployed_instances

add developer ssh access to continously deployed instances
  • Loading branch information
wkloucek authored Sep 2, 2021
2 parents 45e038c + f715184 commit d764b03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deployments/continuous-deployment-config/ocis_web/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
- "*.ocis-web.latest.owncloud.works"

vars:
ssh_authorized_keys:
- https://github.com/butonic.keys
- https://github.com/C0rby.keys
- https://github.com/fschade.keys
- https://github.com/kulmann.keys
- https://github.com/micbar.keys
- https://github.com/pascalwengerter.keys
- https://github.com/paulcod3.keys
- https://github.com/refs.keys
- https://github.com/wkloucek.keys
docker_compose_projects:
- name: web
git_url: https://github.com/owncloud/web.git
Expand Down

0 comments on commit d764b03

Please sign in to comment.