Compare commits
1 Commits
cba814c2e3
...
62b2c11d58
| Author | SHA1 | Date | |
|---|---|---|---|
|
62b2c11d58
|
@@ -10,11 +10,8 @@ jobs:
|
||||
name: Deploy
|
||||
runs-on: homelab
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
working-directory: /home/matthew/homelab
|
||||
# - name: "Deploy code"
|
||||
# run: |
|
||||
# cd /home/matthew/homelab
|
||||
# git checkout main
|
||||
# git pull
|
||||
# docker compose up -d --remove-orphans
|
||||
- run: |
|
||||
cd /home/matthew/homelab
|
||||
git checkout main
|
||||
git pull
|
||||
docker compose up -d --remove-orphans
|
||||
|
||||
Reference in New Issue
Block a user