Skip to main content
Glama
up-service.yml1.23 kB
name: Bring Up Service run-name: Bringing ${{ inputs.service }} up # Required for IDP JWT and actions/checkout permissions: id-token: write contents: read on: workflow_call: inputs: environment: type: string required: true description: "where to deploy" service: type: string required: true description: "service to deploy" jobs: up: environment: ${{ inputs.environment }} name: ${{ inputs.service }} Up runs-on: ubuntu-latest steps: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ vars.AWS_ASSUME_ROLE_ARN }} role-session-name: GitHub_to_AWS_via_FederatedOIDC aws-region: us-east-1 - name: Checkout code uses: actions/checkout@v4 - name: Up service run: | component/toolbox/awsi.sh service-state -p pull-from-env -r us-east-1 -a y -s ${{ inputs.service }} -S up on-failure: uses: ./.github/workflows/instance-refresh.yml needs: up if: failure() with: environment: ${{ inputs.environment }} service: ${{ inputs.service }} secrets: inherit

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server