Skip to content

Commit

Permalink
Update FRONTEND_PORT environment variable in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciobellon committed Apr 11, 2024
1 parent a9cea06 commit b382ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
env:
FRONTEND_PORT: 3000
- uses: actions/checkout@v2
- name: build docker
run: docker-compose up -d
env:
FRONTEND_PORT: 3000

0 comments on commit b382ce1

Please sign in to comment.