Skip to content

Commit 0488352

Browse files
authored
Merge pull request #106 from Staffbase/NFS-2146_fix_deployment
NFS-2146: fix deployment
2 parents 582f524 + 7ec8c03 commit 0488352

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
ignore:
1111
- dependency-name: "*"
1212
update-types: [ "version-update:semver-patch" ]
13+
- dependency-name: "Staffbase/deploy-web-assets"
1314

1415
- package-ecosystem: npm
1516
directory: "/samples/weather-forecast"

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
NODE_VERSION: 20
1111
DEPLOYMENT_KIND: widget
1212
DEPLOYMENT_TARGET: weather
13-
DEPLOYMENT_STATIC_FILES: staffbase.user-profile-client.min.js
13+
DEPLOYMENT_STATIC_FILES: staffbase.weather-forecast.js
1414
DEPLOYMENT_SOURCE: samples/weather-forecast/dist
1515

1616
jobs:

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This version of the CLA Assistant uses a GitHub action and local
22
# storage of the signatures.
3-
# https://github.com/cla-assistant/github-action/
3+
# https://github.com/contributor-assistant/github-action/
44

55
name: "CLA Assistant"
66
on:
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: "CLA Assistant"
1717
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
18-
uses: cla-assistant/github-action@v2.4.0
18+
uses: contributor-assistant/github-action@v2.4.0
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }}

0 commit comments

Comments
 (0)