From 540902aa3247ddb31c7c4351ca60c031485024bf Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 Aug 2025 17:19:09 +0700 Subject: [PATCH] Updated ci.yml --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8cc2699..0b2c01d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: repository: pakin/ggs-cron fetch-depth: 1 ref: ${{ github.ref_name }} - server-url: https://pakin-test-15-3530.tail110d9.ts.net + server-url: https://pakin-inspiron-15-3530.tail110d9.ts.net - name: Set up timezone run: | apt-get update && apt-get install -y tzdata @@ -55,7 +55,7 @@ jobs: repository: pakin/ggs-cron fetch-depth: 1 ref: ${{ github.ref_name }} - server-url: https://pakin-test-15-3530.tail110d9.ts.net + server-url: https://pakin-inspiron-15-3530.tail110d9.ts.net - name: Build Docker image run: docker build -t ggs-cron:${{ github.ref_name }} . - name: Run Docker container