Ryan Chandler · Jan 15, 2026
Quickly deploy your Forge site from the terminal
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Forge is the way that I deploy most of my projects but I've never been a big user of the official CLI . I instead use a Bash script to deploy my sites from the terminal. I figured it could be useful for somebody else so here's my script. #!/usr/bin/env bash echo "Deploying..." # You can get this from the "Deployments" page in your site settings.…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.