diff --git a/.github/workflows/build_deploy_staging.yml b/.github/workflows/build_deploy_staging.yml index 4fc30158..295c617c 100644 --- a/.github/workflows/build_deploy_staging.yml +++ b/.github/workflows/build_deploy_staging.yml @@ -109,7 +109,7 @@ jobs: rm kubeconfig echo "server obs.tld.ee zone pilv.tld.ee - update add rwhois-"$PR_REF".riigi.pilv.tld.ee. 3600 CNAME riigi.pilv.tld.ee. + update add rwhois-"$PR_REF".pilv.tld.ee. 3600 CNAME riigi.pilv.tld.ee. send " | nsupdate -k ~/Kgh-runner.infra.tld.ee.+165+27011.key if [ "$?" -eq "0" ]; then @@ -128,6 +128,6 @@ jobs: "text": "##### Build and deploy from pull request has been succesful :tada:\n | Project | Branch | :net: | |:-----------|:----------------------:|:------------------------------------------:| - | **'$REPO'**|'${{ github.head_ref }}'| https://rwhois-'$PR_REF'.riigi.pilv.tld.ee | + | **'$REPO'**|'${{ github.head_ref }}'| https://rwhois-'$PR_REF'.pilv.tld.ee | " }' $NOTIFICATION_URL \ No newline at end of file diff --git a/.github/workflows/remove_st_after_pr.yml b/.github/workflows/remove_st_after_pr.yml index fff4af03..a8f9d036 100644 --- a/.github/workflows/remove_st_after_pr.yml +++ b/.github/workflows/remove_st_after_pr.yml @@ -77,7 +77,7 @@ jobs: rm -rf "$PR_REF" echo "server obs.tld.ee zone pilv.tld.ee - update delete rwhois-"$PR_REF".riigi.pilv.tld.ee. + update delete rwhois-"$PR_REF".pilv.tld.ee. send " | nsupdate -k ~/Kgh-runner.infra.tld.ee.+165+27011.key if [ "$?" -eq "0" ]; then @@ -96,6 +96,6 @@ jobs: "text": "##### Pull request was succesful, it has been merged :bowtie:\n | Project | Branch | :net: | |:-----------|:----------------------:|:------------------------------------------:| - | **'$REPO'**|'${{ github.head_ref }}'| ~~https://rwhois-'$PR_REF'.riigi.pilv.tld.ee~~ | + | **'$REPO'**|'${{ github.head_ref }}'| ~~https://rwhois-'$PR_REF'.pilv.tld.ee~~ | " }' $NOTIFICATION_URL \ No newline at end of file