Website v3
All checks were successful
Queue Release Build / prepare (push) Successful in 39s
Deploy Web Apps / deploy (push) Successful in 16m30s
Queue Release Build / build-linux (push) Successful in 52m31s
Queue Release Build / build-windows (push) Successful in 36m48s
Queue Release Build / finalize (push) Successful in 3m20s
All checks were successful
Queue Release Build / prepare (push) Successful in 39s
Deploy Web Apps / deploy (push) Successful in 16m30s
Queue Release Build / build-linux (push) Successful in 52m31s
Queue Release Build / build-windows (push) Successful in 36m48s
Queue Release Build / finalize (push) Successful in 3m20s
This commit is contained in:
@@ -92,7 +92,7 @@ function buildDefaultServerUrl(): string {
|
|||||||
|
|
||||||
/** Blueprint for the built-in default endpoint. */
|
/** Blueprint for the built-in default endpoint. */
|
||||||
const DEFAULT_ENDPOINT: Omit<ServerEndpoint, 'id'> = {
|
const DEFAULT_ENDPOINT: Omit<ServerEndpoint, 'id'> = {
|
||||||
name: 'Local Server',
|
name: 'Default Server',
|
||||||
url: buildDefaultServerUrl(),
|
url: buildDefaultServerUrl(),
|
||||||
isActive: true,
|
isActive: true,
|
||||||
isDefault: true,
|
isDefault: true,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
defaultServerUrl: 'https://tojusignal.azaaxin.com'
|
defaultServerUrl: 'https://signal.toju.app'
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ function Invoke-RoboCopyMirror {
|
|||||||
if ($LASTEXITCODE -gt 7) {
|
if ($LASTEXITCODE -gt 7) {
|
||||||
throw "robocopy failed from $Source to $Destination with exit code $LASTEXITCODE"
|
throw "robocopy failed from $Source to $Destination with exit code $LASTEXITCODE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$global:LASTEXITCODE = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
function Ensure-AppPool {
|
function Ensure-AppPool {
|
||||||
@@ -99,3 +101,5 @@ $deployments = @(
|
|||||||
foreach ($deployment in $deployments) {
|
foreach ($deployment in $deployments) {
|
||||||
Publish-IisSite @deployment
|
Publish-IisSite @deployment
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$global:LASTEXITCODE = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user