diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..8bb8e86 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,30 @@ +# This runs on GitHub only + +name: Deploy + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - name: Install expect + run: | + sudo apt-get update + sudo apt-get install -y expect + + - name: Deploy + run: | + expect - <