fix cd
This commit is contained in:
parent
8d11d2c3ec
commit
afeb66e624
3 changed files with 3 additions and 3 deletions
|
@ -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: Deploy to hosts
|
- name: Map Folder to Host
|
||||||
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,3 +134,4 @@ 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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[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
|
|
@ -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:4fcc341aa60164a21dcb6ff9b5fde9317be8c6e2092c1a9678908a70be77c184
|
image: ghcr.io/linuxserver/code-server@sha256:8aad72189f12112a0a4432b1a8d75437231479501fc808e9d090f527c4c888bd
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in a new issue