Automating Deployments to Alibaba Cloud SAE with GitHub Actions
In our previous guides, we successfully containerized our Node.js RocketMQ consumer and deployed it to Alibaba Cloud Serverless App Engine (SAE), enabling it to auto-scale based on queue depth. However, logging into your terminal, manually building a Docker image, tagging it, pushing it to the Container Registry (ACR), and then clicking through the SAE console … Read more