Skip to content

feat: Add --dataset flag to concurrent worker test #18

feat: Add --dataset flag to concurrent worker test

feat: Add --dataset flag to concurrent worker test #18

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "et.statbus.org<-devops/deploy-to-et"
on:
# Allow manual deployment in github
workflow_dispatch:
push:
branches:
- devops/deploy-to-et
# Deploys are serial for a deploy branch.
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: executing remote ssh commands
uses: appleboy/ssh-action@v1.0.0
with:
host: niue.statbus.org
username: statbus_et
key: ${{ secrets.SSH_KEY }}
command_timeout: 60m
script: statbus/devops/deploy.sh