Autopush passed textures from 2023-11-24 #282
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Pack | |
on: | |
push: | |
branches-ignore: | |
- master | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Pack | |
uses: appleboy/[email protected] | |
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" |