Skip to content

Commit

Permalink
try without diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie committed Oct 29, 2024
1 parent 637ee63 commit 8c98998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-app-ionos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
APP_ORIGIN:
required: true
type: string
CONFIG_CHANGED:
required: true
type: boolean
# CONFIG_CHANGED:
# required: true
# type: boolean
secrets:
ASSETS_BUCKET_HOST:
required: true
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
restart_app:
runs-on: ubuntu-latest
needs: [diff_app, build_app]
if: ${{ needs.diff_app.outputs.changes == 'true' || inputs.CONFIG_CHANGED && always() }}
# if: ${{ needs.diff_app.outputs.changes == 'true' || inputs.CONFIG_CHANGED && always() }}
environment:
name: ${{ inputs.ENVIRONMENT }}
url: ${{ inputs.APP_ORIGIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
APP_ORIGIN: http://staging.trassenscout.de
NEXT_PUBLIC_APP_ORIGIN: http://staging.trassenscout.de
NEXT_PUBLIC_APP_ENV: staging
CONFIG_CHANGED: ${{ needs.restart_services.outputs.CHANGES == 'true' }}
# CONFIG_CHANGED: ${{ needs.restart_services.outputs.CHANGES == 'true' }}
secrets:
ASSETS_BUCKET_HOST: ${{ secrets.ASSETS_BUCKET_HOST }}
ASSETS_BUCKET_PATH: ${{ secrets.ASSETS_BUCKET_PATH }}
Expand Down

0 comments on commit 8c98998

Please sign in to comment.