Skip to content

Deploy Update

Deploy Update #70

Workflow file for this run

name: Go Live
# Trigger Points
on:
push:
branches:
- main
jobs:
GoLive:
runs-on: ubuntu-latest
steps:
- name: Connect Tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: Deploy to server
run: |
echo "Login To Machine Was SuccessFull"
ssh -o "StrictHostKeyChecking no" ubuntu@sora "
cd ~/server/mail/ && sh ./.scripts/live.sh
"