修改CI
This commit is contained in:
parent
636675690f
commit
55e8bae928
|
@ -4,7 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: server
|
runs-on: linux_centos
|
||||||
# container: catthehacker/ubuntu:act-latest
|
# container: catthehacker/ubuntu:act-latest
|
||||||
# container:
|
# container:
|
||||||
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
|
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
run: |
|
run: |
|
||||||
cd /data/TOPVERSE_Official
|
cd /opt/workspace/TOPVERSE_Official
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
docker build -t website-v1:latest "."
|
docker build -t website-v1:latest "."
|
||||||
|
|
Loading…
Reference in New Issue