Skip to content

Korean translation for the About page (#3836) #440

Korean translation for the About page (#3836)

Korean translation for the About page (#3836) #440

name: Continuous Delivery
on:
push:
branches:
- master
jobs:
docker-staging:
name: Docker Build and Push - Staging
uses: Seneca-CDOT/telescope/.github/workflows/docker-build-and-push.yml@master
with:
deploy_tag: staging
secrets:
docker_username: ${{ secrets.DOCKER_CDOT_SYSTEMS_USERNAME }}
docker_password: ${{ secrets.DOCKER_CDOT_SYSTEMS_PASSWORD }}
pnpm-publish:
uses: Seneca-CDOT/telescope/.github/workflows/pnpm-publish.yml@master
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
deploy-staging:
name: Staging Deploy
needs: [docker-staging, pnpm-publish]
uses: Seneca-CDOT/telescope/.github/workflows/deploy-webhook.yml@master
with:
deploy_tag: staging
webhook_url: https://dev.telescope.cdot.systems:4000
secrets:
webhook_token: ${{ secrets.STAGING_WEBHOOK_SECRET }}