ops-deploy

Deploy Expo frontend and Serverless Framework backend to specified environments.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill ops-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-deploy
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/ops-deploy
Command: npx skills add https://github.com/CodySwannGT/lisa --skill ops-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of both frontend and backend applications to various environments, streamlining the release process.

Core Features & Use Cases

  • Environment Deployment: Deploy to development, staging, and production environments.
  • Targeted Deployment: Deploy frontend, backend, or both components.
  • Use Case: Deploy the latest changes of your application to the staging environment for testing before a production release.

Quick Start

Deploy the application to the staging environment.

Frequently Asked Questions about ops-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deploying an Expo frontend and Serverless Framework backend to staging?

You can deploy Expo frontend and Serverless Framework backend applications to staging by configuring environment variables and AWS credentials, executing EAS Update/Build for frontend and AWS deployments for backend with pre- and post-deployment verification.

Can I deploy only the frontend or backend component separately?

Yes, targeted deployment allows you to deploy the frontend, backend, or both components independently to your specified environment.

What AWS credentials and environment variables do I need to deploy a Serverless Framework backend?

Deploying a Serverless Framework backend requires configuring AWS credentials and environment variables for successful execution of AWS deployments and verification steps.

Does this handle EAS Update and EAS Build for Expo applications?

Yes, the deployment process handles both EAS Update and EAS Build for Expo frontend applications alongside AWS deployments for the Serverless Framework backend.

Are pre-deployment and post-deployment verification steps included in the release process?

Yes, the deployment execution includes pre- and post-deployment verification steps to ensure successful frontend and backend environment releases.