Update .github/workflows/release-canaryv3.yml
This commit is contained in:
parent
996798a6ab
commit
b5b993bf5c
13
.github/workflows/release-canaryv3.yml
vendored
13
.github/workflows/release-canaryv3.yml
vendored
@ -17,22 +17,19 @@ jobs:
|
|||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Update APT Cache
|
|
||||||
run: apt-get update -y
|
|
||||||
|
|
||||||
- name: Install Node and NPM
|
|
||||||
run: apt-get install nodejs npm -y
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ variables.SSH_KEY }}
|
key: ${{ vars.SSH_KEY }}
|
||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ variables.KNOWN_HOSTS }}
|
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
|
- name: Update APT Cache
|
||||||
|
run: apt-get update -y
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./mainv3.sh
|
run: ./mainv3.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user