forked from AkkomaGang/admin-fe
Purge SSH settings
This commit is contained in:
parent
c4e16b1e15
commit
7a815f233d
4 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,9 @@ pipeline:
|
|||
build:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
image: node:14
|
||||
commands:
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
|
|
@ -37,7 +39,9 @@ pipeline:
|
|||
release:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
image: node:16
|
||||
secrets:
|
||||
- SCW_ACCESS_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue