Skip to content

[Recognizer] Add docker image #5

[Recognizer] Add docker image

[Recognizer] Add docker image #5

Workflow file for this run

on:
workflow_call:
inputs:
app-name:
required: true
type: string
secrets:
ssh-host:
required: true
ssh-username:
required: true
ssh-priv-key:
required: true
jobs:
deploy-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy the new version
uses: appleboy/[email protected]
with:
host: ${{ secrets.ssh-host }}
username: ${{ secrets.ssh-username }}
key: ${{ secrets.ssh-priv-key }}
script: |
docker run \

Check failure on line 27 in .github/workflows/deploy-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-image.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
-e SECRET_KEY_BASE=${{ secrets.RECOGNIZER_SECRET_KEY_BASE }} \
-e PHX_HOST=${{ secrets.RECOGNIZER_PHX_HOST }} \
--network host \
ghcr.io/elixir-webrtc/apps/${{ inputs.app-name }}:${{ github.ref_name }#-v}