Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda authored Mar 11, 2024
1 parent f9c705a commit 76d6dc4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
chmod -R 755 /home/ec2-user/Apollo3
chmod 755 /home/ec2-user/Apollo3/docker-compose.yml
sudo yum update -y
sudo amazon-linux-extras install docker
sudo yum install docker
sudo service docker start
sudo usermod -a -G docker ec2-user
sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
cd ~/Apollo3
sudo docker-compose up -d
sudo docker-compose cp ./docker/config/config.json jbrowse-web:/usr/local/apache2/htdocs/
Expand Down

0 comments on commit 76d6dc4

Please sign in to comment.