Skip to content

Commit

Permalink
print ref
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent e5efd23 commit 2c84816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ echo "Initializing Git Repo"
git init && git add . && git commit -m "Deploy to dist branch"

echo "Pushing to dist branch"
git push --force --quiet "https://${secrets.GITHUB_TOKEN}@${GH_REF}" master:dist
echo ${GH_REF}
git push --force --quiet "https://${GITHUB_TOKEN}@${GH_REF}" master:dist

cd ..

Expand Down

0 comments on commit 2c84816

Please sign in to comment.