Skip to content

Autopush passed textures from 05/08/2023 #157

Autopush passed textures from 05/08/2023

Autopush passed textures from 05/08/2023 #157

Workflow file for this run

name: Create Pack
on:
push:
branches-ignore:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create Pack
uses: appleboy/ssh-action@v0.1.7
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
cd "./packs/Faithful-Bedrock-64x"
git pull
zip -r "Faithful 64x - 1.20 Experimental.mcpack" . -x "*.git*" -x "*.github*" -x ".gitignore" -x "README.md"
mv "Faithful 64x - 1.20 Experimental.mcpack" "/var/www/html/database.faithfulpack.net/packs/64x-Bedrock/Experimental"