You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[app]
id = "mockuphone-prod"team = [
# Allow GitHub Actions in your repo to deploy
{ gitHubRepositoryActions="oursky/mockuphone.com", access="deployer" },
{ gitHubRepositoryActions="pkong-ds/mockuphone.com", access="deployer" }
]
[app.deployments]
# ttl = "24h"# access = []
[[app.sites]]
name = "main"
[[app.domains]]
domain = "mockuphone.com"site = "main"
[site]
public = "dist"# access = []
Github Account: pkong-ds
Error logs
Log 1
Timestamp around 2024-06-21T21:29:00, HKT, ± 30 mins
➜ PAGESHIP_API=https://api.pages.oursky.app/ ENV=production make deploy
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
INFO Collecting files...
INFO 1679 files found. Tarball size: 271 MB
INFO Setting up deployment 'tevazzy'...
ERROR failed to setup deployment: i/o timeout
make: *** [deploy] Error 1
Log 2
Timestamp around 2024-06-21T21:29:00, HKT, ± 30 mins
This log appeared after log 1
➜ PAGESHIP_API=https://api.pages.oursky.app/ ENV=production make deploy
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
ERROR failed to configure app: connect to server: websocket.Dial wss://api.pages.oursky.app/api/v1/auth/github-ssh: dial tcp: lookup api.pages.oursky.app on 192.168.65.7:53: read udp 172.17.0.2:42794->192.168.65.7:53: i/o timeout
make: *** [deploy] Error 1
TLDR;
Custom domain features sometimes run into lock issues when obtaining cert
ref https://oursky.slack.com/archives/CUUDP0XJQ/p1719211798735259?thread_ts=1718975422.486279&cid=CUUDP0XJQ
Pageship endpoint
pageship.toml
Github Account:
pkong-ds
Error logs
Log 1
Timestamp around
2024-06-21T21:29:00
, HKT, ± 30 minsLog 2
Timestamp around
2024-06-21T21:29:00
, HKT, ± 30 minsThis log appeared after log 1
make deploy
scriptThe text was updated successfully, but these errors were encountered: