mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-19 05:52:26 +00:00
* UBERF-9612: Send mail creation request Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-9612: Mail creation Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-9612: Rename pod Signed-off-by: Artem Savchenko <armisav@gmail.com> * use hook in inbound mail pod Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * inbound mail mta handler Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * fix formatting Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * revert account changes, save messathes in both from and to spaces Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * remove pod-hook Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * fix port dockerfile Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * fix deps versions Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * mark ws dep as external Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> * create social id for mailbox Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com> Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com> Co-authored-by: Artem Savchenko <armisav@gmail.com>
20 lines
671 B
Bash
Executable File
20 lines
671 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright © 2025 Hardcore Engineering Inc.
|
|
#
|
|
# Licensed under the Eclipse Public License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License. You may
|
|
# obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
#
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
rushx bundle
|
|
rushx docker:build
|
|
rushx docker:push
|