Manage mailbox aliases
This commit is contained in:
parent
6d289a7920
commit
2bec3d021a
13 changed files with 142 additions and 19 deletions
|
@ -27,6 +27,8 @@ steps:
|
|||
from_secret: AuthEndpoint
|
||||
AuthApiKey:
|
||||
from_secret: AuthApiKey
|
||||
MailboxEndpoint:
|
||||
from_secret: MailboxEndpoint
|
||||
commands:
|
||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||
- apt-get install -y nodejs
|
||||
|
@ -37,6 +39,7 @@ steps:
|
|||
- sed -i "s/<GitEndpoint>/$GitEndpoint/g" output/appsettings.json
|
||||
- sed -i "s/<AuthEndpoint>/$AuthEndpoint/g" output/appsettings.json
|
||||
- sed -i "s/<AuthApiKey>/$AuthApiKey/g" output/appsettings.json
|
||||
- sed -i "s/<MailboxEndpoint>/$MailboxEndpoint/g" output/appsettings.json
|
||||
- cp Infrastructure/website.service output/
|
||||
- cp -r ./output/* /output
|
||||
- name: restart service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue