Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent 1245d4e commit 7e5668d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Script
run: bash ./travis-script.sh

env:
GH_REF: github.com/volumio/Volumio2-UI.git
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REF: github.com/volumio/Volumio2-UI.git
2 changes: 1 addition & 1 deletion travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ echo "Initializing Git Repo"
git init && git add . && git commit -m "Deploy to dist3 branch"

echo "Pushing to dist3 branch"
git push --force --quiet master:dist3
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:dist3

cd ..

0 comments on commit 7e5668d

Please sign in to comment.