diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 741e2c4..3b53506 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -11,17 +11,17 @@ jobs: runs-on: homelab container: alpine:latest steps: - - name: Install dependencies - run: | - apk update - apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib - python3 -m pip install --user ansible --break-system-packages - export PATH="/root/.local/bin:$PATH" + # - name: Install dependencies + # run: | + # apk update + # apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib + # python3 -m pip install --user ansible --break-system-packages + # export PATH="/root/.local/bin:$PATH" - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 + # - name: Checkout code + # uses: actions/checkout@v4 + # with: + # fetch-depth: 0 - name: Deploy containers run: | @@ -34,6 +34,10 @@ jobs: echo "StrictHostKeyChecking no" >> ~/.ssh/config echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt echo "nameserver 10.10.10.1" > /etc/resolv.conf - ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}" + ssh -T root@pve2.comprofix.xyz + ssh -T administrator@docker.comprofix.xyz + ssh -T administrator@omada.comprofix.xyz + ssh -T administrator@vps02.comprofix.com + # ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}" \ No newline at end of file