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:
|
||||
- name: Build & Deploy
|
||||
run: |
|
||||
cd /opt/workspace/TOPVERSE_Official
|
||||
git pull
|
||||
rm -rf /opt/workspace/website
|
||||
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 stop website-v1 || true
|
||||
docker rm -f website-v1 || true
|
||||
|
|
Loading…
Reference in New Issue