Compare commits

..

No commits in common. "89cfb7043d37d14e069997fc172b7a13d08a9899" and "675cef59ee71a056590e40242803f527be5e087f" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
echo "Modified folders: $folders" echo "Modified folders: $folders"
echo "::set-output name=folders::$folders" echo "::set-output name=folders::$folders"
- name: Map Folder to Host - name: Deploy to hosts
shell: bash shell: bash
run: | run: |
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}" IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
@ -134,4 +134,3 @@ jobs:
env: env:
BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }} BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ANSIBLE_CONFIG: ansible/ansible.cfg

View file

@ -1,4 +1,5 @@
[defaults] [defaults]
inventory = ./ansible/hosts.ini
ansible_user = mafyuh ansible_user = mafyuh
host_key_checking = False host_key_checking = False
private_key_file = /root/.ssh/id_rsa private_key_file = /root/.ssh/id_rsa

View file

@ -148,7 +148,7 @@ services:
## Should move this to Ubu ## Should move this to Ubu
code-server: code-server:
image: ghcr.io/linuxserver/code-server@sha256:8aad72189f12112a0a4432b1a8d75437231479501fc808e9d090f527c4c888bd image: ghcr.io/linuxserver/code-server@sha256:4fcc341aa60164a21dcb6ff9b5fde9317be8c6e2092c1a9678908a70be77c184
container_name: code-server container_name: code-server
environment: environment:
- PUID=1000 - PUID=1000