sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.84k stars 135 forks source link

Error - Deployment endpoint temporarily unreachable #517

Closed b0a04gl closed 6 months ago

b0a04gl commented 6 months ago

Hi team, i'm trying to rollout an update to my website hosted over surge. I've github actions workflow to deploy changes. It's been failing since yesterday with below error:

Run surge ./ *** --token ***
  surge ./ *** --token ***
  shell: /usr/bin/bash -e {0}

(node:1806) [DEP00[4](https://github.com/b0a04gl/b0a04gl-portfolio/actions/runs/7217915182/job/19666505327#step:5:5)0] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
   Error - Deployment endpoint temporarily unreachable

Error: Process completed with exit code 1.

JobID: https://github.com/b0a04gl/b0a04gl-portfolio/actions/runs/7217915182/job/19666505327

I've even tried to do it from local, but still failed.

Screenshot 2023-12-15 at 11 14 56 AM

Can you someone help with mitigating this issue? @sintaxi

b0a04gl commented 6 months ago

service is back, now deployable. Would love to hear about RCA.