From 1136e67a9def751ed805d44586e2e98ee087cb1f Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 11:46:06 +0200 Subject: [PATCH] git pull ${fullrepo} --- .forgejo/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8c8f2fd..3106b20 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -39,9 +39,10 @@ jobs: registry=${{ github.server_url }} registry=${registry##http*://} repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" - echo ${registry}/${repository} git init - git pull ${registry}/${repository} + fullrepo = ${registry}/${repository}.git + echo fullrepo + git pull ${fullrepo} ls -l cd silly-game-frontend ls -l