Skip to content

Merge branch 'main' of github.com:tsaxking/template-tators-dashboard … #4

Merge branch 'main' of github.com:tsaxking/template-tators-dashboard …

Merge branch 'main' of github.com:tsaxking/template-tators-dashboard … #4

Workflow file for this run

name: Deploy to Development Environment
on:
# release:
# types: [published]
push:
branches:
- 2024-9-2-TK-Releases
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Retrieve git dependencies
uses: actions/checkout@v3
with:
submodules: 'true'
token: ${{ secrets.GH_TOKEN }}
- name: pull latest from deploy branch
uses: appleboy/[email protected]
env:
PROJECT: /root/tators-dashboard
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
envs: PROJECT
script: |
sh gh-actions/tatorscout/nightly.sh