Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
Skrivefeil i en echo.
  • Loading branch information
Myrdrahl authored Feb 16, 2022
1 parent fa829f2 commit 097cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "${BRANCH}" == "test" ]

sshpass -p $scp_pass scp -o StrictHostKeyChecking=no $BRANCH.tar.gz $scp_user@$prod_dest
else
echo "This branch will not be deployed, since it's not the master branch."
echo "This branch will not be deployed, since it's not the test branch."
fi
#Posting message to pull request in GitHub
#if [ "${TRAVIS_PULL_REQUEST}" != "false" ]
Expand Down

0 comments on commit 097cf46

Please sign in to comment.