Skip to content

Commit

Permalink
Updated env variable for auto.yml so build works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshibbotson committed May 12, 2024
1 parent 396b491 commit aeb9ab7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Run tests ✅
run: yarn test
env:
APP_SERVER_URL: ${{ secrets.APP_SERVER_URL }}

build:
name: Build image 🛠
Expand All @@ -39,4 +41,6 @@ jobs:

- name: Build Docker image 🐳
run: |
docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_USERNAME }}/stage-deployment
docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_USERNAME }}/stage-deployment
env:
APP_SERVER_URL: ${{ secrets.APP_SERVER_URL }}

0 comments on commit aeb9ab7

Please sign in to comment.