diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index a6e0acf1..ae569153 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -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)