Skip to content

Merge branch 'main' of https://github.com/team-xquare/turborepo-remot… #6

Merge branch 'main' of https://github.com/team-xquare/turborepo-remot…

Merge branch 'main' of https://github.com/team-xquare/turborepo-remot… #6

on:
push:
branches:
- main
paths:
- '**'
jobs:
build:
permissions:
id-token: write
contents: read
name: Build
runs-on: ubuntu-latest
steps:
- name: Check Out The Repository
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: prod
access_key: ${{ secrets.ACCESS_KEY }}
buildargs: |
AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_REGION=${{ secrets.AWS_REGION }}
AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_BUCKET=${{ secrets.S3_BUCKET }}