fifa-deploy

Automates FIFA value board deployment to HK AWS production via docker-compose and git tags.

10|2|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/hyndaniel/fifa-world-cup-2026 --skill fifa-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fifa-deploy
Source: https://github.com/hyndaniel/fifa-world-cup-2026/tree/main/.claude/skills/fifa-deploy
Command: npx skills add https://github.com/hyndaniel/fifa-world-cup-2026 --skill fifa-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the deployment of the FIFA value board to the HK production environment (AWS-HK), streamlining the process and reducing manual steps.

Core Features & Use Cases

  • Automated Deployment: Push changes from the main branch to the production environment with a simple command.
  • Containerized Application: The board runs in a docker-compose container, ensuring consistent environments.
  • Version Control Integration: Uses tags for version control, ensuring that only reviewed and merged commits are deployed.
  • Use Case: For developers who need to update the FIFA value board with new features or fixes and want to do it quickly and reliably.

Quick Start

Run the command 'fifa-deploy/部署/上线/deploy/推到 HK/更新看板/把改动同步到线上/看板部署' to deploy the latest version of the FIFA value board to the production environment.

Frequently Asked Questions about fifa-deploy

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

FAQPage Schema
How do I deploy a docker-compose application to AWS production automatically?

To deploy a docker-compose application to AWS production automatically, this skill automates the process using git version control. It handles tagging, building images, and container management to push changes from the main branch with a simple command.

How does git tagging work for containerized deployments?

Git tagging for containerized deployments works by integrating version control tags to ensure only reviewed and merged commits are deployed. This mechanism tracks application versions and builds corresponding docker images for the production environment.

What is the best way to update a production board with new features using CI/CD?

The best way to update a production board using CI/CD is automating the deployment pipeline. This skill pushes changes from the main branch to the AWS-HK environment, streamlining the process and reducing manual steps for quick and reliable updates.

Can I use this deployment process for any AWS region or is it specific to HK?

This deployment process is specifically configured for the HK AWS production environment. It targets the AWS-HK region to deploy the containerized application using docker-compose and git version control.

Why do I need git version control to deploy docker containers?

You need git version control to deploy docker containers because it ensures only reviewed commits are deployed through tagging. This integration handles version tracking and builds images, guaranteeing consistent environments and reliable updates to production.

Are there limitations when using docker-compose for AWS production deployments?

A limitation of using docker-compose for AWS production deployments is that it requires changes to be merged to the main branch first. The deployment automation strictly relies on git tags and only supports the specified HK production environment.