This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -78,14 +78,14 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
- name: Publish NPM
|
# - name: Publish NPM
|
||||||
image: node:20-alpine
|
# image: node:20-alpine
|
||||||
failure: ignore
|
# failure: ignore
|
||||||
commands:
|
# commands:
|
||||||
- yarn publish -t ${DRONE_TAG:-latest}
|
# - yarn publish -t ${DRONE_TAG}
|
||||||
volumes:
|
# volumes:
|
||||||
- name: npmrc
|
# - name: npmrc
|
||||||
path: /drone/grow/.npmrc
|
# path: /drone/grow/.npmrc
|
||||||
# - name: Publish NPM
|
# - name: Publish NPM
|
||||||
# image: plugins/npm
|
# image: plugins/npm
|
||||||
# failure: ignore
|
# failure: ignore
|
||||||
@@ -119,7 +119,7 @@ steps:
|
|||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
# - 'docker login git.mifi.dev'
|
# - 'docker login git.mifi.dev'
|
||||||
- 'docker build -t git.mifi.dev/mifi/auth:latest -t git.mifi.dev/mifi/auth:${DRONE_TAG} .'
|
- 'docker build -t git.mifi.dev/mifi/auth:latest -t git.mifi.dev/mifi/auth:${DRONE_TAG:-latest} .'
|
||||||
- docker push git.mifi.dev/mifi/mifi/auth:latest
|
- docker push git.mifi.dev/mifi/mifi/auth:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
|||||||
Reference in New Issue
Block a user