Skip to content

Commit

Permalink
minor change to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Aug 30, 2024
1 parent 70a06f2 commit c73e3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/templates/ec2/server-setup.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo chmod +x /usr/local/bin/docker-compose
sudo usermod -aG docker ec2-user # Add user to "docker" group for permissions

# Install git
sudo yum install -y git
sudo yum install -y git

# Jukebox-Server Configuration ========================
git clone https://github.com/ufosc/Jukebox-Server.git /home/ec2-user/Jukebox-Server
Expand Down
2 changes: 1 addition & 1 deletion src/docs/swagger_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"application/json"
],
"paths": {
"/": {
"/api": {
"get": {
"tags": [
"Base"
Expand Down

0 comments on commit c73e3e7

Please sign in to comment.