Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leoendless authored Dec 23, 2019
1 parent afb7dc9 commit 5ba88f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
if: github.event_name == 'pull_request'
run: |
echo 'Deploy to ks cluster'
echo "${{ github.ref }}"
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
echo $VERSION
/bin/bash ~/scripts/deploy.sh ks-console-pr-$GITHUB_SHA
echo 'Access to the preview console:'
echo http://ks-console-pr-$GITHUB_SHA.kscpr.top
Expand Down

0 comments on commit 5ba88f7

Please sign in to comment.