Skip to content

Try new deploy action #12

Try new deploy action

Try new deploy action #12

Workflow file for this run

name: Deploy
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: virtual-assembly.org
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
port: 22
script: |
docker compose build av-website
docker compose up -d av-website