Skip to content

Merge pull request #1097 from EmpowerPlastic/5856-fix-web-endpoints #350

Merge pull request #1097 from EmpowerPlastic/5856-fix-web-endpoints

Merge pull request #1097 from EmpowerPlastic/5856-fix-web-endpoints #350

Workflow file for this run

name: "Devnet depoly"
on:
push:
branches:
- main
jobs:
build:
name: Deploy Devnet
runs-on: ubuntu-22.04
steps:
- name: Deploy Devnet
uses: appleboy/[email protected]
with:
host: ${{ secrets.DEVNET_HOST }}
username: ${{ secrets.DEVNET_USER }}
password: ${{ secrets.DEVNET_PASSWORD }}
port: ${{ secrets.DEVNET_PORT }}
script: |
# load shell env manually as it's not getting loaded by the job
source .zshrc
./deploy.sh