Merge branch 'develop' of git.ailuowan.com:zzw/lone-services into develop
CI / changes (push) Successful in 2s
CI / docker-bff (push) Successful in 3m10s
CI / docker-product (push) Successful in 3m53s
CI / docker-admin (push) Successful in 3m51s

This commit is contained in:
2026-08-12 17:42:36 +08:00
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ on:
- CI - CI
types: types:
- completed - completed
branches:
- develop
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -25,7 +27,7 @@ jobs:
--password-stdin --password-stdin
- name: Pull and Deploy - name: Pull and Deploy
working-directory: /data/www/server/deploy working-directory: /data/www/lone-services/deploy
run: | run: |
docker pull ${{ vars.REGISTRY }}/lone/bff:latest docker pull ${{ vars.REGISTRY }}/lone/bff:latest
docker pull ${{ vars.REGISTRY }}/lone/product:latest docker pull ${{ vars.REGISTRY }}/lone/product:latest
-3
View File
@@ -1,3 +0,0 @@
module lone-services
go 1.26.5