Skip to content

atiehamidi/myFirstProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Website

github actions

On new releases (tags) github automatically pushes new image to pyguy/first-website docker repository.

Create a new release like the following:

git fetch
git tag v0.0.2 # new tag
git push origin v0.0.2

deploy on k3s

After the github actions is sucessful, run the following to deploy the app:

kubectl --record -n atieh set image deploy/first-website first-website=pyguy/first-website:v0.0.2 # new tag

Replace v0.0.2 above with the new tag created.

About

My first project that i design my personal website

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors