Ultimos detalles
All checks were successful
CD for startPage / build (push) Successful in 1m4s
CD for startPage / deploy (push) Successful in 8s

This commit is contained in:
2023-07-01 03:56:25 -04:00
parent 3d69f0e0ba
commit 2f3f30676e

View File

@@ -29,12 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker/login-action@v2
with:
registry: git.skrd.fun
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
- name: Configure connection to server
- name: Deploy
run: |
echo "${{ secrets.SERVER_PRIVATE_KEY }}" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT || 22 }} '