fixed missing rsync in build pipelines
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 31s
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 31s
This commit is contained in:
parent
ad63e109c6
commit
bae8949305
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
# - run: npm run create:ast
|
# - run: npm run create:ast
|
||||||
|
- run: apt-get update && apt-get install -y rsync
|
||||||
- name: Create private key
|
- name: Create private key
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||||
|
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
# - run: npm run create:ast
|
# - run: npm run create:ast
|
||||||
|
- run: apt-get update && apt-get install -y rsync
|
||||||
- name: Create private key
|
- name: Create private key
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue