Skip to content

Commit

Permalink
change main to nova_os_revival
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtmeeseeks committed Oct 28, 2024
1 parent 4b3eecf commit b6b8f50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deployment Dev
on:
push:
branches:
- main
- nova_os_revival

jobs:
build-and-deploy:
Expand All @@ -25,8 +25,8 @@ jobs:
#!/usr/bin/env bash
cd HubOS
sudo git checkout main;
sudo git pull origin main;
sudo git checkout nova_os_revival;
sudo git pull origin nova_os_revival;
sudo docker-compose stop hubos_main
sudo docker rmi $(sudo docker images -f "dangling=true" -q) || true
Expand Down

0 comments on commit b6b8f50

Please sign in to comment.