Skip to content

Commit

Permalink
Merge pull request #35 from ufosc/feature/groups-jams-buildout
Browse files Browse the repository at this point in the history
minor change to deploy script
  • Loading branch information
IkeHunter authored Aug 30, 2024
2 parents 3faca06 + adc92e1 commit 8f3d7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Docker Compose
run: |
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
- name: Build images
run: docker-compose build
- name: Run Test
Expand Down
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 8f3d7eb

Please sign in to comment.