This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Makefile con verimg y backup
politica
Celestino Rey
1 year ago
parent
82423d05b2
commit
96a3ef9c47
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
JugarAlPadel/K8S/Makefile
+ 6
- 0
JugarAlPadel/K8S/Makefile
View File
@ -49,3 +49,9 @@ clean:
nginx
:
cd
../nginx
;
make
verimg
:
docker run -it
${
REGISTRY
}
/jugaralpadel-
${
ARQUITECTURA
}
:
${
IMG_VERSION
}
bash
backup
:
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel
exec
-ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username
=
creylopez --dbname
=
jugaralpadel > /tmp/jugaralpadel-
$(
IMG_VERSION
)
.sql
Write
Preview
Loading…
Cancel
Save