Instapass pale_moss_carpet_side_tall from 2024-12-08 #750
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/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 - Latest Experimental.mcpack" . -x "*.git*" -x "*.github*" -x ".gitignore" -x "README.md" | |
mv "Faithful 64x - Latest Experimental.mcpack" "/var/www/html/database.faithfulpack.net/packs/64x-Bedrock/Experimental" |