Instapass oxidized_copper_bulb_lit_powered from 2025-01-13 #791
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-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" |