Skip to content
Open
15 changes: 4 additions & 11 deletions .github/workflows/preevy-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}

steps:
- uses: aws-actions/configure-aws-credentials@v2
with:
Expand All @@ -24,14 +27,4 @@ jobs:
with:
profile-url: "s3://preevy-297324796627-test3?region=eu-west-1"
docker-compose-yaml-path: "./production/docker-compose.yaml"
- uses: mshick/add-pr-comment@v2
with:
message: |
# Markdown:

${{ steps.preevy.outputs.urls-markdown }}

# JSON:

${{ steps.preevy.outputs.urls-json }}


2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ If you would like to add your organization to the list, please open a PR to add
## License

Grafana Loki is distributed under [AGPL-3.0-only](LICENSE). For Apache-2.0 exceptions, see [LICENSING.md](LICENSING.md).

-------- test12
3 changes: 3 additions & 0 deletions production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ services:
- "3000:3000"
networks:
- loki
x-preevy:
plugins:
- module: '@preevy/plugin-github-pr-link'