Skip to content

Commit cc435c1

Browse files
committed
ci: 👷 test deployment
1 parent 8729c47 commit cc435c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/deploy-preview-app.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
comment-preview-on-pr:
6666
runs-on: ubuntu-latest
67-
if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
67+
if: github.event_name == 'pull_request_target'
6868
permissions:
6969
contents: read
7070
issues: write
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
github-token: ${{ secrets.GITHUB_TOKEN }}
9292
script: |
93-
const previewUrl = 'https://website-${BRANCH_SLUG}.fairdataihub.org';
93+
const previewUrl = 'https://${{ env.KAMAL_APP_DOMAIN }}';
9494
const issue_number = context.payload.pull_request.number;
9595
9696
const body = `## Preview deployment ready\n\n**Preview URL:** [${previewUrl}](${previewUrl})`;

0 commit comments

Comments
 (0)