This commit is contained in:
@@ -29,12 +29,10 @@ jobs:
|
|||||||
make clean
|
make clean
|
||||||
make all
|
make all
|
||||||
python ./deploy/bundle.py
|
python ./deploy/bundle.py
|
||||||
mkdir -p deploy/package
|
|
||||||
mv chess-bundle.zip deploy/package/
|
|
||||||
|
|
||||||
- name: Push package to registry
|
- name: Push package to registry
|
||||||
env:
|
env:
|
||||||
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
run: ./deploy/push-to-registry.sh
|
run: ./deploy/push-packafe.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user