5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/bash
|
|
|
|
podman build -t git.infinimotion.de/infinimotion/frontend:latest .
|
|
podman push git.infinimotion.de/infinimotion/frontend:latest
|