Testing
This commit is contained in:
parent
f0653ad86f
commit
6619bcc202
1 changed files with 5 additions and 5 deletions
|
@ -22,6 +22,11 @@ jobs:
|
|||
steps:
|
||||
- name: Add Gotify to Hosts
|
||||
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
||||
- name: Check the workspace
|
||||
run: |
|
||||
set -x
|
||||
ls -lah
|
||||
ls -lah ${{ github.workspace }}
|
||||
- name: Install SSH Keys
|
||||
run: |
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
|
@ -42,11 +47,6 @@ jobs:
|
|||
run: ssh ${{ env.SSH_OPTS }} albert@milan-linode-01.linode.hs.net "sudo systemctl restart podman-derp"
|
||||
- name: nixos-version (Pre)
|
||||
run: ssh ${{ env.SSH_OPTS }} albert@warsaw-ovh-01.servers.hs.net "nixos-version"
|
||||
- name: Check the workspace:
|
||||
run: |
|
||||
set -x
|
||||
ls -lah
|
||||
ls -lah ${{ github.workspace }}
|
||||
- name: deploy-rs
|
||||
run: deploy -sd ${{github.workspace}}
|
||||
- name: nixos-version (Post)
|
||||
|
|
Loading…
Add table
Reference in a new issue