Skip to content

Commit

Permalink
move to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 9, 2024
1 parent 140e284 commit 8828fc5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@ env:
deploy_env: dev

jobs:
build_publish_ocr:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- uses: actions/checkout@v4
- name: Build and Push backend
uses: ./.github/actions/build-publish-ocr
with:
deploy_env: ${{ env.deploy_env }}
token: ${{ secrets.GITHUB_TOKEN }}
username: ${{ github.actor }}

# build_frontend:
# build_publish_ocr:
# runs-on: ubuntu-latest
# environment: ${{ env.deploy_env }}
# permissions:
# contents: read
# packages: write
# attestations: write
# id-token: write
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-frontend
# name: Build front-end application
# - name: Build and Push backend
# uses: ./.github/actions/build-publish-ocr
# with:
# frontend_tarball: ./frontend.tgz
# deploy_env: ${{ env.deploy_env }}
# token: ${{ secrets.GITHUB_TOKEN }}
# username: ${{ github.actor }}

build_frontend:
runs-on: ubuntu-latest
environment: ${{ env.deploy_env }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-frontend
name: Build front-end application
with:
frontend_tarball: ./frontend.tgz
deploy_env: ${{ env.deploy_env }}

# prerelease_backend:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8828fc5

Please sign in to comment.