Skip to content

AshClawd-sys/designedbyashw.in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

designedbyashw.in

PHP nav page that auto-lists all project subfolders.

How it works

  • index.php scans the repo root for subfolders.
  • Each subfolder is shown as a project link.
  • Hidden and meta folders (like .git, .github) are ignored.

Add a new project

Create a new folder in repo root, for example:

mkdir cool-project
# add files under cool-project/

After push to main, GitHub Actions deploys and the project appears automatically on the nav page.

Auto deploy setup (GitHub Actions)

Set these repository secrets:

  • DEPLOY_SSH_PRIVATE_KEY — private key with access to web host
  • DEPLOY_HOST — server hostname/IP
  • DEPLOY_USER — SSH user
  • DEPLOY_PORT — optional (defaults to 22)
  • DEPLOY_PATH — absolute path to designedbyashw.in on server

Workflow file: .github/workflows/deploy.yml

Notes

  • This assumes your host supports SSH + rsync.
  • If your host is cPanel-only/FTP-only, switch deploy step to FTP action.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages