chore: commit vendor for offline build
This commit is contained in:
parent
7f44e5d33a
commit
59a8d1f82b
@ -13,8 +13,8 @@ jobs:
|
|||||||
- name: Install SSH client
|
- name: Install SSH client
|
||||||
run: |
|
run: |
|
||||||
V=$(cut -d'.' -f1-2 /etc/alpine-release)
|
V=$(cut -d'.' -f1-2 /etc/alpine-release)
|
||||||
echo "https://mirror.arvancloud.ir/alpine/v$V/main" > /etc/apk/repositories
|
echo "https://linux-mirror.liara.ir/repository/alpine/v$V/main" > /etc/apk/repositories
|
||||||
echo "https://mirror.arvancloud.ir/alpine/v$V/community" >> /etc/apk/repositories
|
echo "https://linux-mirror.liara.ir/repository/alpine/v$V/community" >> /etc/apk/repositories
|
||||||
apk add --no-cache openssh-client
|
apk add --no-cache openssh-client
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
env:
|
env:
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
|||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
|
# /vendor
|
||||||
.env
|
.env
|
||||||
.env.backup
|
.env.backup
|
||||||
.env.production
|
.env.production
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user