Update Pharos Dashboard Jobs
[releng.git] / jjb / pharos / shell / deploy-dashboard.sh
1 #!/bin/bash -eux
2 ##############################################################################
3 # Copyright (c) 2018 Linux Foundation and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 cp $HOME/config.env $WORKSPACE/dashboard
12 cp $HOME/rsa.pub $WORKSPACE/dashboard
13 cp $HOME/rsa.pem $WORKSPACE/dashboard
14
15 cd $WORKSPACE/dashboard
16 docker-compose pull
17 docker-compose up -d