Skip to content

Deploy to acd-daq05 server #8

Deploy to acd-daq05 server

Deploy to acd-daq05 server #8

Workflow file for this run

name: Deploy to acd-daq05 server
on:
#push:
# branches:
# - main # Changes in this branch triggers the deployment
workflow_dispatch:
jobs:
build:
runs-on:
- self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build and Push Docker Images
run: |
export LOCAL_IP=$(bash -c 'hostname -I | cut -d" " -f3')
podman-compose down
loginctl enable-linger
podman-compose up --build --detach
loginctl disable-linger