Skip to content

Commit afeb66e

Browse files
committedDec 6, 2024
fix cd
1 parent 8d11d2c commit afeb66e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "Modified folders: $folders"
2727
echo "::set-output name=folders::$folders"
2828
29-
- name: Deploy to hosts
29+
- name: Map Folder to Host
3030
shell: bash
3131
run: |
3232
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
@@ -134,3 +134,4 @@ jobs:
134134
env:
135135
BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }}
136136
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
137+
ANSIBLE_CONFIG: ansible/ansible.cfg

‎ansible/ansible.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[defaults]
2-
inventory = ./ansible/hosts.ini
32
ansible_user = mafyuh
43
host_key_checking = False
54
private_key_file = /root/.ssh/id_rsa

‎docker/arrs/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ services:
148148

149149
## Should move this to Ubu
150150
code-server:
151-
image: ghcr.io/linuxserver/code-server@sha256:4fcc341aa60164a21dcb6ff9b5fde9317be8c6e2092c1a9678908a70be77c184
151+
image: ghcr.io/linuxserver/code-server@sha256:8aad72189f12112a0a4432b1a8d75437231479501fc808e9d090f527c4c888bd
152152
container_name: code-server
153153
environment:
154154
- PUID=1000

0 commit comments

Comments
 (0)
Please sign in to comment.