diff --git a/.gitea/workflows/deploy-client.yml b/.gitea/workflows/deploy-client.yml index 273e599..ae63d7a 100644 --- a/.gitea/workflows/deploy-client.yml +++ b/.gitea/workflows/deploy-client.yml @@ -24,10 +24,10 @@ jobs: ssh-strict: false persist-credentials: false - - run: echo ${{ vars.GITEA_SHA }} + - run: echo ${{ gitea.sha }} - name: Build - run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ vars.GITEA_SHA }} + run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ gitea.sha }} - name: Stop old container run: docker rm -f chad-client || true