Enable Bridge maintenance on PROD #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enable Bridge maintenance on PROD | |
on: | |
workflow_dispatch: | |
jobs: | |
build_and_deploy_bridge: | |
uses: Cerebellum-Network/reusable-workflows/.github/workflows/[email protected] | |
with: | |
runs-on: '["self-hosted", "cere-network-large-workers"]' | |
build_container: 'node:14-buster-slim' | |
deploy_container: 'ubuntu:20.04' | |
install_packages_command: 'echo "Installing is not required"' | |
build_command: 'printf "Cere Team\n" | ./install.sh' | |
path_to_static_files_to_upload: './build' | |
secrets: | |
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.PRD_NETWORK_AWS_ACCESS_KEY_ID }} | |
NETWORK_AWS_SECRET_ACCESS_KEY: ${{ secrets.PRD_NETWORK_AWS_SECRET_ACCESS_KEY }} | |
AWS_REGION: ${{ secrets.AWS_REGION }} | |
S3_BUCKET_NAME: ${{ secrets.BRIDGE_S3_BUCKET_NAME_PRD }} | |
CF_DISTRIBUTION_ID: ${{ secrets.BRIDGE_CF_DISTRIBUTION_ID_PRD }} | |