-
Notifications
You must be signed in to change notification settings - Fork 10
🚨 URGENT: Deployment Failed - Manual Intervention Required #306
Copy link
Copy link
Open
Description
Deployment Failure Alert
Time: 2026-02-05T05:48:57.675Z
Branch: forestgeo-app-development
Commit: 62c5235
Workflow Run: https://github.com/Smithsonian/ForestGEO/actions/runs/21700309660
What Happened
The deployment failed. An app restart was attempted.
Recommended Actions
- Check the workflow logs
- Check Azure Portal for the app service status and logs
- Verify the app is running by logging in and testing functionality
- Consider rolling back manually via Azure Portal (Deployment Center → Deployment Logs)
Note: The health endpoint requires authentication (Azure Easy Auth) and cannot be checked externally.
Manual Rollback Steps
# Using Azure CLI
az webapp deployment slot swap -g ForestGEO-ResourceGroup -n forestgeo-development --slot staging --target-slot production
# Or restart the app
az webapp restart -g ForestGEO-ResourceGroup -n forestgeo-development/cc @MasonStilwell
Reactions are currently unavailable