[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)
|
||||
# runs-on: test
|
||||
# container: debian:bullseye
|
||||
@@ -71,12 +71,12 @@ jobs:
|
||||
# cat /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile
|
||||
steps:
|
||||
|
||||
- name: login & push
|
||||
- name: Install required packages
|
||||
run: |
|
||||
apt-get -y update
|
||||
apt-get install -y curl
|
||||
|
||||
- name: Pull and restart container
|
||||
- name: Pull and up container
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: 163.172.84.28
|
||||
|
||||
Reference in New Issue
Block a user