Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Deployment to DEV

Deployment to DEV #20

Workflow file for this run

name: Deployment to DEV
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: development
url: https://negotiator-dev.bbmri-eric.eu
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v0.1.7
env:
GIT_REF: ${{ github.ref_name }}
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER}}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script_stop: true
envs: GIT_REF