diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 92f3972..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -stages: - - prepare - - build - - deploy - -remove-old-services: - stage: prepare - script: - - systemctl --user stop ttt-org - - podman rm --force ttt-org - - cp ttt-org.container ~/.config/containers/systemd - - systemctl --user daemon-reload - -container-build: - stage: build - script: - - podman build -t ttt-org . - -container-deploy: - stage: deploy - script: - - systemctl --user start ttt-org diff --git a/ttt-org.container b/ttt-org.container index 15722f6..f5a08ee 100644 --- a/ttt-org.container +++ b/ttt-org.container @@ -4,7 +4,7 @@ Description=TechTransThai.org Website [Container] ContainerName=ttt-org Image=ttt-org -PublishPort=8089:80 +PublishPort=8084:80 [Service] Restart=always