[second step to pull and up ]
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
pull-vwmetrics:
|
pull-up-vwmetrics:
|
||||||
#! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
#! see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||||
# runs-on: test
|
# runs-on: test
|
||||||
# container: debian:bullseye
|
# container: debian:bullseye
|
||||||
@@ -71,12 +71,12 @@ jobs:
|
|||||||
# cat /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile
|
# cat /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: login & push
|
- name: Install required packages
|
||||||
run: |
|
run: |
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
|
|
||||||
- name: Pull and restart container
|
- name: Pull and up container
|
||||||
uses: appleboy/ssh-action@v1
|
uses: appleboy/ssh-action@v1
|
||||||
with:
|
with:
|
||||||
host: 163.172.84.28
|
host: 163.172.84.28
|
||||||
|
|||||||
Reference in New Issue
Block a user