Skip to content

Commit

Permalink
add announcement.php to actions-services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 28, 2024
1 parent cc41526 commit de7c619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ services:

# Utilize custom configs
- ./development/hub/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
- ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php

# Utilize custom metadata
- ./development/hub/metadata/idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/idp-remote.php
Expand Down Expand Up @@ -84,6 +85,7 @@ services:
# Utilize custom configs
- ./development/idp-local/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
- ./development/idp-local/config/config.php:/data/vendor/simplesamlphp/simplesamlphp/config/config.php
- ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php

# Utilize custom metadata
- ./development/idp-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
Expand Down

0 comments on commit de7c619

Please sign in to comment.