update workflow
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 1m6s

This commit is contained in:
Oracle Public Cloud User
2026-04-02 03:57:01 +00:00
parent 39579240c8
commit c35208e1ce
2 changed files with 7 additions and 4 deletions

View File

@@ -35,8 +35,14 @@ jobs:
run: |
docker push ${IMAGE_NAME}
- name: Restart compose
run: |
cd /workspace/${{ gitea.repository }}
pwd
ls -la
- name: Restart compose
run: |
cd /workspace/${{ gitea.repository }}
docker compose pull
docker compose up -d
docker compose up -d

View File

@@ -1,3 +0,0 @@
lshfly.duckdns.org {
reverse_proxy stocksearch:8080
}