Skip to content

Commit

Permalink
CS & behind proxy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrant88 committed Sep 23, 2023
1 parent 3b0f07b commit 1eaa173
Show file tree
Hide file tree
Showing 78 changed files with 5,433 additions and 4,429 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-to-redaxo-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

name: Publish to REDAXO.org
on:
release:
types:
- published
release:
types:
- published

jobs:
redaxo_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: FriendsOfREDAXO/installer-action@v1
with:
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
description: ${{ github.event.release.body }}
version: ${{ github.event.release.tag_name }}
redaxo_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: FriendsOfREDAXO/installer-action@v1
with:
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
description: ${{ github.event.release.body }}
version: ${{ github.event.release.tag_name }}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ php:
cache:
directories:
- $HOME/.composer/cache

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"

script:
- composer require --dev friendsofredaxo/linter
- vendor/bin/rexlint
Loading

0 comments on commit 1eaa173

Please sign in to comment.