init
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
52a96ec652
commit
bf41112f27
|
@ -16,8 +16,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
run: |
|
run: |
|
||||||
cd /opt/workspace/TOPVERSE_Official
|
rm -rf /opt/workspace/website
|
||||||
git pull
|
mkdir -p /opt/workspace/website
|
||||||
|
git clone https://github.com/huxin/website.git /opt/workspace/website
|
||||||
|
cd /opt/workspace/website
|
||||||
docker build -t website-v1:latest "."
|
docker build -t website-v1:latest "."
|
||||||
docker stop website-v1 || true
|
docker stop website-v1 || true
|
||||||
docker rm -f website-v1 || true
|
docker rm -f website-v1 || true
|
||||||
|
|
Loading…
Reference in New Issue