Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Feb 17, 2021
1 parent c208322 commit f823e03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
run: |
mkdir -p ~/.ssh/
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy.key
sudo chmod 400 ~/.ssh/deploy.key
sudo chmod 600 ~/.ssh/deploy.key
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
BRANCH=$(if [ "${{ github.ref }}" == "refs/heads/stable" ]; then echo "stable"; else echo "develop"; fi)
ssh -v -i ~/.ssh/deploy.key [email protected] "cd \"/var/www/datablue_$BRANCH\" &&
nmap -Pn -p 22 water-fountains.org
ssh -vvv -i ~/.ssh/deploy.key [email protected] "cd \"/var/www/datablue_$BRANCH\" &&
git stash &&
npm run init_symlink_server &&
npm run compile &&
Expand Down

0 comments on commit f823e03

Please sign in to comment.