mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-17 15:35:52 +00:00
initial commit
This commit is contained in:
12
push.sh
Executable file
12
push.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
docker build . -f ./deploy/dockerfile -t laravel:v4
|
||||
|
||||
docker tag laravel:v4 docker.io/nahid35/laravel:v4
|
||||
|
||||
docker push docker.io/nahid35/laravel:v4
|
||||
|
||||
|
||||
kubectl apply -f deploy/app/secret.yml
|
||||
|
||||
kubectl apply -f deploy/app/deploy.yml
|
||||
|
||||
kubectl apply -f deploy/app/service.yml
|
||||
Reference in New Issue
Block a user