Skip to content

deploy-test

deploy-test #34

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
# FIXME: rename to _TEST_CZ
VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}

Check failure on line 19 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: 19, Col: 29): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.VAULT_PASSWORD .github/workflows/deploy-test.yaml (Line: 20, Col: 30): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.SSH_PRIVATE_KEY
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
# TODO: other test hosts here
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Call common
uses: ./.github/actions/deploy-common
# with:
# destination: 'usegalaxy-test.cerit-sc.cz'
# user: 'debian'
# SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
# VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}