Skip to content

Commit

Permalink
Update APNS topic to new artemis-ios bundle id and update docker tag …
Browse files Browse the repository at this point in the history
…to use image from GH
  • Loading branch information
maximiliansoelch committed May 14, 2024
1 parent c321efb commit 47ac1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ResponseEntity<Void> sendApnsRequest(NotificationRequest request) {
.build();

SimpleApnsPushNotification notification = new SimpleApnsPushNotification(request.getToken(),
"de.tum.cit.artemis",
"de.tum.cit.ase.artemis",
payload,
Instant.now().plus(Duration.ofDays(7)),
DeliveryPriority.getFromCode(5),
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
hermes:
image: hermes # TODO: Replace with the image tag from github
image: ghcr.io/ls1intum/hermes:latest
container_name: hermes
ports:
- "17333:8080"
Expand Down

0 comments on commit 47ac1d7

Please sign in to comment.