diff --git a/.github/workflows/digitalocean_deploy.yml b/.github/workflows/digitalocean_deploy.yml index fcbf6ca..bed2554 100644 --- a/.github/workflows/digitalocean_deploy.yml +++ b/.github/workflows/digitalocean_deploy.yml @@ -23,11 +23,6 @@ jobs: cd frontend echo "REACT_APP_ROLLBAR_ACCESS_TOKEN=${{ secrets.ROLLBAR_ACCESS_TOKEN }}" > .env - - name: Fix permissions - run: | - sudo chmod -R 755 /home/autodeploy/actions-runner/_work/term-project-2024-team-3/term-project-2024-team-3/services/ml-service/applewatch/data - sudo chown -R autodeploy:autodeploy /home/autodeploy/actions-runner/_work/term-project-2024-team-3/term-project-2024-team-3/services/ml-service/applewatch/data - - name: Build containers run: docker compose -f docker-compose-prod.yml build