Skip to content

Commit

Permalink
generate debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes committed Aug 23, 2023
1 parent 48d6fe5 commit 6a9b114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
aws-region: eu-west-1
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}

- name: Compile, test and assembly
run: sbt compile test notification/assembly
- name: Compile, test and package
run: sbt "project notification" "compile" "test" "debian:packageBin"

- name: Upload to riff-raff
uses: guardian/actions-riff-raff@v2
Expand All @@ -48,6 +48,6 @@ jobs:
configPath: notification/conf/riff-raff.yaml
contentDirectories: |
notification:
- notification/target/scala-2.13/notification.jar
- notification/target/notification_1.0-latest_all.deb
notification-cfn:
- notification/conf/notification.yaml

0 comments on commit 6a9b114

Please sign in to comment.