diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a0f5c29..d96ec78 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -31,12 +31,12 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: true - tags: 14.103.114.237:30005/gongzheng-html:${{ gitea.run_id }} + tags: 14.103.114.237:30005/gongzheng-app:${{ gitea.run_id }} - name: Install run: | - helm upgrade --install gongzheng-html ./.gitea/charts \ + helm upgrade --install gongzheng-app ./.gitea/charts \ --namespace gongzheng \ --create-namespace \ - --set image.repository=14.103.114.237:30005/gongzheng-html \ + --set image.repository=14.103.114.237:30005/gongzheng-app \ --set image.tag=${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file