diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 93a29e4..5541393 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -28,6 +28,8 @@ jobs: - name: Run tests ✅ run: yarn test + env: + APP_SERVER_URL: ${{ secrets.APP_SERVER_URL }} build: name: Build image 🛠 @@ -39,4 +41,6 @@ jobs: - name: Build Docker image 🐳 run: | - docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_USERNAME }}/stage-deployment \ No newline at end of file + docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_USERNAME }}/stage-deployment + env: + APP_SERVER_URL: ${{ secrets.APP_SERVER_URL }}