Skip to content

Merge pull request #1053 from EmpowerPlastic/bumpytime #333

Merge pull request #1053 from EmpowerPlastic/bumpytime

Merge pull request #1053 from EmpowerPlastic/bumpytime #333

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