Compare commits

...

2 Commits

Author SHA1 Message Date
daf564b3db [second step to pull and up ] 2025-08-23 00:23:33 +02:00
c06427edde [Add right labels runner] 2025-08-23 00:23:00 +02:00

View File

@@ -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 update
apt-get install curl
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