Skip to content

Commit

Permalink
chore: Add Bundlemon to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Oct 18, 2024
1 parent 6aa72df commit eac7c3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
MATTERMOST_CHANNEL: '{"dev":"papillon","beta":"papillon,publication","stable":"papillon,publication"}'
MATTERMOST_HOOK_URL: ${{ secrets.MATTERMOST_HOOK_URL }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
BUNDLEMON_PROJECT_ID: ${{ secrets.BUNDLEMON_PROJECT_ID }}

jobs:
build:
Expand All @@ -33,6 +34,8 @@ jobs:
run: yarn test
- name: Build
run: yarn build
- name: BundleMon
uses: lironer/bundlemon-action@v1
- name: Set SSH for downcloud
uses: webfactory/ssh-agent@v0.9.0
with:
Expand Down

0 comments on commit eac7c3f

Please sign in to comment.