Skip to content

Commit

Permalink
update deps (#2024)
Browse files Browse the repository at this point in the history
* Add link to refer and earn

* Fix loading state

* Update deps

* Update workflow

* Update url
  • Loading branch information
harsh-mn-yral authored Nov 24, 2023
1 parent 5434557 commit d26e4d9
Show file tree
Hide file tree
Showing 9 changed files with 10,607 additions and 18,075 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/experiments-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
issues: write
pull-requests: write

jobs:
experiments-deploy-pages:
runs-on: ubuntu-latest
Expand All @@ -42,7 +47,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_WORKERS_DEPLOY_API_TOKEN }}
workingDirectory: "packages/experiments/"
command: pages publish ".svelte-kit/cloudflare" --branch=${{ github.head_ref }} --project-name=hot-or-not-experiments --commit-dirty=true
command: pages publish ".svelte-kit/cloudflare" --branch=${{ github.head_ref }} --project-name=hot-or-not-experiments --commit-dirty=true | tee url.txt
env:
CLOUDFLARE_ACCOUNT_ID: "a209c523d2d9646cc56227dbe6ce3ede"
- name: Get preview deployment URL
Expand All @@ -64,5 +69,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Experiments preview build: ${{ needs.experiments-deploy-pages.outputs.previewUrl }}'
body: 'Experiments app deployed at: ${{ needs.experiments-deploy-pages.outputs.previewUrl }}'
})
2 changes: 1 addition & 1 deletion .github/workflows/webclient-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Deployed on Cloudflare pages: ${{ needs.deploy-preview.outputs.previewUrl }}'
body: 'dApp web-client deployed on: ${{ needs.deploy-preview.outputs.previewUrl }}'
})
google-chat-webhook:
Expand Down
Loading

0 comments on commit d26e4d9

Please sign in to comment.