-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (36 loc) · 1.17 KB
/
update-homelab.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Update Homelab Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: "self-hosted"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: LegitCamper/homelab-secrets
path: 'secrets'
sparse-checkout: |
homelab.env
sparse-checkout-cone-mode: false
token: ${{ secrets.ACCESS_TOKEN }}
- name: Copy folder content recursively to remote
uses: garygrossgarten/[email protected]
with:
local: ${{ github.workspace }}
remote: /home/${{ secrets.SSH_USER }}/stacks/homelab/
host: ${{ secrets.HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.PASSWORD }}
- name: multiple command
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.PASSWORD }}
script: |
cd ~/stacks/homelab/
docker compose --env-file ./secrets/homelab.env -f network.yml -f media.yml -f utilities.yml up -d --remove-orphans