mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-08 00:33:07 +00:00
Merge pull request #11 from waku-org/weboko/pipeline
fix: add pipeline checkout and other actions
This commit is contained in:
commit
50a41c8acf
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@ -24,13 +24,19 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Checkout to waku-frontend
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: waku-org/waku-frontend
|
||||||
|
|
||||||
- name: Setup node.js
|
- name: Setup node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
- name: Setup npm
|
- name: Setup npm
|
||||||
run: npm ci
|
uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
- name: Artefact build
|
- name: Artefact build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user