Project Identity
Idoko Gideon
Idoko Gideon
VUG/SEN/22/7280
This platform is a live demonstration of a professional continuous deployment workflow. The webroot is managed entirely by automated GitHub Actions workflows — from code commit on a developer machine to live production state on a remote VPS, with no manual steps.
GitHub Actions
Linux VPS
SSH Deploy
Nginx
HTML / JS / CSS
// Recent Commits
a3f91c
feat: deploy calculator app to webroot
2m ago
b17e40
ci: configure SSH secrets in GH Actions
18m ago
c9d2a1
chore: set up Nginx reverse proxy config
1h ago
d54f3e
init: scaffold project structure
3h ago
Live Shell Output
$git pull origin main
Already up to date.
$./scripts/deploy.sh
[INFO] Starting deployment pipeline…
[OK ] Webroot synced → /var/www/html
[OK ] Nginx reloaded successfully
$systemctl status nginx
● nginx.service — active (running)
$
// Environment
Production
Ubuntu 22.04 LTS
Nginx 1.24
Actions Runner v2