generated from helmut/template
Fix network
Remote Deploy to Windows / deploy (push) Failing after 1s
Details
Remote Deploy to Windows / deploy (push) Failing after 1s
Details
This commit is contained in:
parent
a1add7cbb1
commit
69cc0fda31
|
|
@ -19,8 +19,10 @@ jobs:
|
||||||
echo "ACTIONS_CACHE_DIR=/tmp/cache" >> $GITHUB_ENV
|
echo "ACTIONS_CACHE_DIR=/tmp/cache" >> $GITHUB_ENV
|
||||||
mkdir -p /tmp/cache
|
mkdir -p /tmp/cache
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Manual Checkout
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
|
git clone http://192.168.14.190:3000/helmut/FreeFileSync.git .
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Set up SSH Key
|
- name: Set up SSH Key
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue