Skip to content

Commit

Permalink
feat: remove future restrictions from production (#1939)
Browse files Browse the repository at this point in the history
* feat: remove future restrictions from production

* ci: only upload if coverage report available
  • Loading branch information
jobara authored Oct 25, 2023
1 parent 477e901 commit a20deae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

name: tests - PHP ${{ matrix.php }}

outputs:
diff: ${{ steps.git-diff.outputs.diff }}

steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
Expand Down Expand Up @@ -102,6 +105,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- laravel-tests
if: needs.laravel-tests.outputs.diff
steps:
- uses: actions/checkout@v4
- name: Fetch code coverage artifact
Expand Down
11 changes: 3 additions & 8 deletions .kube/app/values.production.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
hosts:
- future.accessibilityexchange.ca
auth:
- username: colab
password: colab
- username: tae
password: tae
- accessibilityexchange.ca
disks:
- size: 10Gi
name: accessibility-app-data
env:
APP_NAME: "The Accessibility Exchange"
APP_ENV: "production"
APP_DEBUG: "false"
APP_URL: "https://future.accessibilityexchange.ca"
APP_SERVICE: "future.accessibilityexchange.ca"
APP_URL: "https://accessibilityexchange.ca"
APP_SERVICE: "accessibilityexchange.ca"
LOG_CHANNEL: "stack"
LOG_LEVEL: "debug"
BROADCAST_DRIVER: "log"
Expand Down

0 comments on commit a20deae

Please sign in to comment.