Skip to content

Commit

Permalink
Merged in dev/marlon/add-admin-portal-to-sync-to-stack-2021.03.26 (pu…
Browse files Browse the repository at this point in the history
…ll request elastic#82)

Add admin-portal sync-to-host to devops sync-to-stack

* Add admin-portal sync-to-host to devops sync-to-stack

Approved-by: Gideon Avida
  • Loading branch information
Marlon Jackson committed Mar 27, 2021
1 parent 7eef446 commit 557a491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aws/misc/sync_to_stack.py
Expand Up @@ -102,8 +102,10 @@ def sync_to_engageli_nodes(instances, sandbox, skip_build, user):
# * media-manager frontend
os.chdir(os.path.join(GIT_ROOT, 'media-manager/fm-ui'))
subprocess.check_call(('./utils/sync_to_host.sh', '-H', instance, '-n', sandbox))
# TODO:
# * admin-portal
os.chdir(os.path.join(GIT_ROOT, 'admin-portal'))
sync_cmd = ('./utils/sync_to_host.sh', '-H', instance, '-n', sandbox)
# TODO:
# * admin.js

def sync_to_dequeue_nodes(instances, user):
Expand Down

0 comments on commit 557a491

Please sign in to comment.