Add action deployment

This commit is contained in:
schooltechx 2023-03-15 15:34:55 +07:00
parent 530bb653dd
commit 71286ca112
5 changed files with 55 additions and 7 deletions

9
cms/docker-compose.yaml Normal file
View file

@ -0,0 +1,9 @@
version: "3.4"
services:
hi:
image: docker.frappet.com/demo/qualifying-exam-cms:latest
restart: unless-stopped
ports:
- "4010:80"
environment:
TZ: Asia/Bangkok

View file

@ -1,7 +1,4 @@
<h1 class="text-4xl">กองสรรหาบุคคล (Recruitment Division)</h1>
<h2 class="text-2xl">ประกาศเกี่ยวกับการคัดเลือกบุคลากรกทม</h2>
<div>xxxx</div>
<div>xxxx</div>
@ -11,4 +8,5 @@
<div>xxxx</div>
<div>xxxx</div>
<div>xxxx</div>
<div>xxxx</div>
<div>xxxx</div>
version 0.1.0