commit f593ad130e1b1cd02da5b17a4fc509ae9993ae1f Author: uzivibecode Date: Fri Feb 27 17:03:21 2026 +0000 initial commit: test-web template CI/CD diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..5b309d8 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +pipeline: + deploy: + image: alpine/git + commands: + - cd /var/www/projects/test-web + - git config --global --add safe.directory /var/www/projects/test-web + - git remote set-url origin https://uzivibecode:${CI_FORGE_TOKEN}@git.sukabelajar.web.id/uzivibecode/test-web.git || true + - git fetch origin main + - git reset --hard origin/main + - echo "✅ Deploy selesai!" diff --git a/index.html b/index.html new file mode 100644 index 0000000..593466b --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + + + Test Web - CI/CD Template + + + +
+

🚀 Test Web

+

Proyek template CI/CD berhasil di-deploy!

+

Edit file ini, push ke Gitea, dan lihat otomatis terupdate.

+ Woodpecker CI ✅ +
+ +