Add managed Lab 3 browser terminal deployment
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
environment:
|
||||
PATH: "{{ courseware_node_runtime_bin_dir }}:{{ ansible_env.PATH }}"
|
||||
|
||||
- name: Render wiki runtime config
|
||||
template:
|
||||
src: courseware-runtime.json.j2
|
||||
dest: "{{ courseware_wiki_runtime_config_path }}"
|
||||
mode: "0644"
|
||||
|
||||
- name: Stat wiki build output
|
||||
stat:
|
||||
path: "{{ courseware_wiki_repo_dir }}/.next/BUILD_ID"
|
||||
|
||||
Reference in New Issue
Block a user