diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 865f4524..2eb42efa 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - + name: Copy environment variables to correct file + run: cp /home/dev/.backend.env backend/.env - name: Start docker - run: docker compose -f compose.yml -f compose.prod.yml up --build -d + run: docker compose -f compose.production.yml up --build -d \ No newline at end of file