Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-morin committed Jan 28, 2024
2 parents 0409130 + a393bcb commit d6ae534
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

runs-on: self-hosted

env:
PROD: 'production'

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
Expand All @@ -25,4 +22,5 @@ jobs:
continue-on-error: true

- name: Deploy the Docker image
run: docker run -d --restart unless-stopped -p 3000:3000 arcorocr-frontend
run: docker run -d --restart unless-stopped -e BACKEND_URL=https://arcorocr.com/upload -p 3000:3000 arcorocr-frontend

0 comments on commit d6ae534

Please sign in to comment.