Adding a message with deployment location at the end of deployment

This commit is contained in:
David Négrier 2020-04-13 18:30:22 +02:00
parent 62e28bed10
commit 226fbb1e9e

View file

@ -75,3 +75,11 @@ jobs:
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
with:
namespace: workadventure-${{ env.GITHUB_REF_SLUG }}
- name: Add a comment in PR
uses: unsplash/comment-on-pr@1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: Environment deployed at http://${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com
check_for_duplicate_msg: true