Skip to content

Commit

Permalink
Keep at Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 9, 2024
1 parent 38a61c1 commit a11b4da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,27 @@ concurrency:
cancel-in-progress: true

jobs:
# # # https://github.com/bcgov-nr/action-builder-ghcr
# builds:
# name: Builds
# runs-on: ubuntu-latest
# strategy:
# matrix:
# package: [database, backend, frontend]
# timeout-minutes: 20
# steps:
# - uses: bcgov-nr/[email protected]
# with:
# keep_versions: 50
# package: ${{ matrix.package }}
# tag: ${{ github.event.number }}
# tag_fallback: latest
# triggers: ('${{ matrix.package }}/')
# # https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-latest
strategy:
matrix:
# package: [database, backend, frontend]
package: [frontend]
timeout-minutes: 20
steps:
- uses: bcgov-nr/[email protected]
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')

deploy:
name: Deploy
# needs: [builds]
needs: [builds]
secrets: inherit
uses: ./.github/workflows/.deploy.yml

Expand Down
7 changes: 0 additions & 7 deletions frontend/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# {
# auto_https off
# admin 0.0.0.0:3003
# servers {
# metrics
# }
# }
# :3000 {
# log {
# output stdout
Expand Down

0 comments on commit a11b4da

Please sign in to comment.