Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

docs: add relocation banner #1

docs: add relocation banner

docs: add relocation banner #1

name: binary-com/deriv-static-content/release_production
on:
push:
branches:
- master
jobs:
release_production:
environment: Production
runs-on: ubuntu-latest
container:
image: node:18.16.1
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/versioning"
with:
target_branch: production
- uses: "./.github/actions/publish_to_pages_production"
with:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
- uses: technote-space/workflow-conclusion-action@v3
- name: Extract version
run: echo "VERSION=$(echo cat public/version)"
- uses: "./.github/actions/send_slack_notification"
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ env.WORKFLOW_CONCLUSION }}
release_type: Production
version: $VERSION