File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
echo "Modified folders: $folders"
27
27
echo "::set-output name=folders::$folders"
28
28
29
- - name : Deploy to hosts
29
+ - name : Map Folder to Host
30
30
shell : bash
31
31
run : |
32
32
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
@@ -134,3 +134,4 @@ jobs:
134
134
env :
135
135
BWS_ACCESS_TOKEN : ${{ secrets.BWS_ACCESS_TOKEN }}
136
136
SSH_PRIVATE_KEY : ${{ secrets.SSH_PRIVATE_KEY }}
137
+ ANSIBLE_CONFIG : ansible/ansible.cfg
Original file line number Diff line number Diff line change 1
1
[defaults]
2
- inventory = ./ansible/hosts.ini
3
2
ansible_user = mafyuh
4
3
host_key_checking = False
5
4
private_key_file = /root/.ssh/id_rsa
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ services:
148
148
149
149
# # Should move this to Ubu
150
150
code-server :
151
- image : ghcr.io/linuxserver/code-server@sha256:4fcc341aa60164a21dcb6ff9b5fde9317be8c6e2092c1a9678908a70be77c184
151
+ image : ghcr.io/linuxserver/code-server@sha256:8aad72189f12112a0a4432b1a8d75437231479501fc808e9d090f527c4c888bd
152
152
container_name : code-server
153
153
environment :
154
154
- PUID=1000
You can’t perform that action at this time.
0 commit comments