backend - towards a better gitops deploy strategy #70
| @@ -25,6 +25,10 @@ jobs: | ||||
|         run: | | ||||
|           curl -sSL -o tea https://dl.gitea.com/tea/0.11.0/tea-0.11.0-linux-amd64 | ||||
|           chmod +x tea | ||||
|  | ||||
|       - name: Login | ||||
|         run: | | ||||
|           ./tea login add --url git.kluster.moll.re --name bot --token ${{ secrets.GITEA_TOKEN }} | ||||
|       - name: Post comment | ||||
|         run: | | ||||
|           ./tea pr comment ${{ github.event.number }} "The backend has been deployed to staging with url https://pr-${{ github.event.number }}.anyway-stg.anydev.info. Check the deployment status in ArgoCD: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user