Compare commits
	
		
			5 Commits
		
	
	
		
			03e073d06e
			...
			1ec15ac214
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1ec15ac214 | |||
| dca62ebe8b | |||
| b49e4b5b2f | |||
| 3fc57ad117 | |||
| 354e12d365 | 
| @ -27,8 +27,7 @@ jobs: | |||||||
|               with: |               with: | ||||||
|                   username: ${{ secrets.DOCKERHUB_USERNAME }} |                   username: ${{ secrets.DOCKERHUB_USERNAME }} | ||||||
|                   password: ${{ secrets.DOCKERHUB_PASSWORD }} |                   password: ${{ secrets.DOCKERHUB_PASSWORD }} | ||||||
|               env: |                   | ||||||
|                   NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }}    |  | ||||||
| 
 | 
 | ||||||
|             - name: Build and Push Docker Image |             - name: Build and Push Docker Image | ||||||
|               uses: docker/build-push-action@v5 |               uses: docker/build-push-action@v5 | ||||||
| @ -38,6 +37,8 @@ jobs: | |||||||
|                   push: true |                   push: true | ||||||
|                   tags: | |                   tags: | | ||||||
|                       rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }} |                       rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }} | ||||||
|  |               env: | ||||||
|  |                   NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }}         | ||||||
| 
 | 
 | ||||||
|             - name: SSH and Deploy |             - name: SSH and Deploy | ||||||
|               uses: appleboy/ssh-action@master |               uses: appleboy/ssh-action@master | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user