Skip to content

Autopush passed textures from 2024-09-05 #684

Autopush passed textures from 2024-09-05

Autopush passed textures from 2024-09-05 #684

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-32x"
git pull
zip -r "Faithful 32x - Latest Experimental.mcpack" . -x "*.git*" -x "*.github*" -x ".gitignore" -x "README.md"
mv "Faithful 32x - Latest Experimental.mcpack" "/var/www/html/database.faithfulpack.net/packs/32x-Bedrock/Experimental"