This commit is contained in:
parent
da0184a89c
commit
37207f1be4
1 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
run: |
|
run: |
|
||||||
sudo podman build -t hugo-home:latest .
|
podman build -t hugo-home:latest .
|
||||||
sudo podman stop hugo-home 2>/dev/null || true
|
podman stop hugo-home 2>/dev/null || true
|
||||||
sudo podman rm hugo-home 2>/dev/null || true
|
podman rm hugo-home 2>/dev/null || true
|
||||||
sudo podman run -d --name hugo-home --restart=always -p 127.0.0.1:8080:8080 hugo-home:latest
|
podman run -d --name hugo-home --restart=always -p 127.0.0.1:8080:8080 hugo-home:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue