Skip to content

feat(trace): add ServiceName field to Span model for better trace con… #15

feat(trace): add ServiceName field to Span model for better trace con…

feat(trace): add ServiceName field to Span model for better trace con… #15

name: Xquare Deploy for Production
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: prod
access_key: ${{ secrets.ACCESS_KEY }}