Skip to content

dlozina/deploy-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Test - Infrastructure Test

Create the password file

htpasswd -c .htpasswd testuser

Start the development environment

docker compose -f docker-compose.dev.yml up -d

After GitHub Actions builds your images

Pull and start the production containers

docker compose -f docker-compose.prod.yml pull docker compose -f docker-compose.prod.yml up -d

About

End to end test for the deployment - nginx and the web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors