Skip to content

Commit

Permalink
Changed default path
Browse files Browse the repository at this point in the history
  • Loading branch information
etsardou committed Nov 25, 2024
1 parent 84a8c38 commit b1c9e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
deploy:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@master
Expand All @@ -15,8 +15,8 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd ~/goal-dsl
git reset --hard origin/main
git pull https://${{ secrets.CLONE_TOKEN }}@github.com/robotics-4-all/goal-dsl main
git reset --hard origin/master
git pull https://${{ secrets.CLONE_TOKEN }}@github.com/robotics-4-all/goal-dsl master
docker build -t goaldsl .
docker compose down
docker compose build
Expand Down

0 comments on commit b1c9e6a

Please sign in to comment.