CI/CD
This commit is contained in:
@@ -61,24 +61,6 @@ jobs:
|
||||
EOF
|
||||
apt-get update
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get install -y git
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
git clone http://gitea:3000/sajad-dev/Frontend.git .
|
||||
|
||||
- name: Configure NPM Mirrors
|
||||
run: |
|
||||
npm config set registry https://package-mirror.liara.ir/repository/npm/
|
||||
npm config set @runflare:registry https://mirror-npm.runflare.com/
|
||||
npm config set @chabokan:registry https://mirror2.chabokan.net/npm/
|
||||
npm config set strict-ssl false
|
||||
npm config set fetch-retries 5
|
||||
npm config set fetch-retry-mintimeout 20000
|
||||
|
||||
|
||||
|
||||
- name: Setup SSH key
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user