From 0714ddfe8f2d54131ca1a05eb120f7201f58e221 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sat, 18 Nov 2023 20:41:39 +0000 Subject: [PATCH] revert f4209e154ce84490b887da24c1f5d5f9d77014d7 revert Start using gitlab ci --- .gitlab-ci.yml | 22 ---------------------- ttt-org.container | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .gitlab-ci.yml 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