update-deployment-workflow #18

Merged
notohh merged 36 commits from update-deployment-workflow into master 2023-10-21 04:08:07 -04:00
Showing only changes of commit 6049d09d6a - Show all commits

View file

@ -0,0 +1,15 @@
name: deploy systems
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: deploy
use: |
ssh -i ${secrets.TSURU_SSH_KEY} root@100.82.146.40 'uname -a'