Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.85 KB

File metadata and controls

28 lines (20 loc) · 1.85 KB

Vercel

GitHub Actions

  • cron Send request to https://docker-deployer.vercel.app/api/cron everyday.
  • build When some tags is pushed to GitHub repo, build Dockerfile for the specified versions of PHP and Deployer and push the image to Docker Hub.

Local utilities

  • bin/reguild.sh Re-build all Docker images and push them to Docker Hub.
  • bin/retag.sh Delete all tags from GitHub repo and re-create all tags to main branch and push them to GitHub repo.

Tips