Skip to content

deploy-test

deploy-test #36

Workflow file for this run

#! vim: ts=2 expandtab:
name: deploy-test
# TODO: run automatically on push to main
on: [ workflow_dispatch ]
jobs:
call-common:
runs-on: ubuntu-latest
strategy:
matrix:
destination:
- test-cz:
env:
HOSTNAME: usegalaxy-test.cerit-sc.cz
USER: debian
VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD_TEST_CZ }}"

Check failure on line 18 in .github/workflows/deploy-test.yaml

View workflow run for this annotation

GitHub Actions / deploy-test

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-test.yaml (Line: 18, Col: 29): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.VAULT_PASSWORD_TEST_CZ .github/workflows/deploy-test.yaml (Line: 19, Col: 30): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.SSH_PRIVATE_KEY_TEST_CZ
SSH_PRIVATE_KEY: "${{ secrets.SSH_PRIVATE_KEY_TEST_CZ }}"
# TODO: other test hosts here
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Call common
uses: ./.github/actions/deploy-common