Fix build workflow
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
This commit is contained in:
parent
5228c92ff8
commit
7cf7d06b3e
@ -17,22 +17,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- name: whereami
|
||||||
with:
|
run: pwd
|
||||||
node-version: 18.x
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: List workspace Directory
|
||||||
run: npm ci
|
run: ls -l /workspace/
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: npx expo export --platform web
|
|
||||||
|
|
||||||
- name: List Web Build Output
|
|
||||||
run: ls -l ./dist
|
|
||||||
|
|
||||||
- name: List Root Directory
|
|
||||||
run: ls -l /
|
|
||||||
|
|
||||||
- name: Copy Files to hosting directory.
|
- name: Copy Files to hosting directory.
|
||||||
run: cp -Rf ./dist/* /data/pogdark
|
run: cp -Rf ./dist/* /data/pogdark
|
||||||
|
Loading…
Reference in New Issue
Block a user