First workflow test
This commit is contained in:
		
							parent
							
								
									bce56be33e
								
							
						
					
					
						commit
						f18543b248
					
				| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
name: Beta Deploy
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - beta-release
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  Compile-Plate-Tool:
 | 
			
		||||
    runs-on: linux_arm
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: echo "Preparing to compile plate-tool"
 | 
			
		||||
      - name: Check out repo code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        with:
 | 
			
		||||
          ref: "beta-release"
 | 
			
		||||
        run: |
 | 
			
		||||
          echo "Checkout complete."
 | 
			
		||||
          trunk build --release --public-url "cool-stuff/plate-tool-beta/"
 | 
			
		||||
		Loading…
	
		Reference in New Issue