Skip to content

treeton-org/homer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main

cover

Up local

Up infrastructure

docker network create traefik
docker compose --env-file .env.local up

Deploy on server

Set secrets

  • SSH_DEPLOY_PRIVATE_KEY - e.g. AAAwEAA ...

Push code and check GitHub actions

GitHub action

Docker network scheme

flowchart TD
    %% Traefik
    traefik(traefik)-->|traefik|homer(homer)

subgraph Homer
    homer
end
Loading