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