Update everything
This commit is contained in:
		@@ -46,7 +46,7 @@ steps:
 | 
			
		||||
    commands:
 | 
			
		||||
      - hugo -s ./src
 | 
			
		||||
  - name: Build and push the docker image
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9665015b44590b7ce2139f7acbad23af6628fff3
 | 
			
		||||
    privileged: true
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - Test a build
 | 
			
		||||
@@ -57,7 +57,7 @@ steps:
 | 
			
		||||
    commands:
 | 
			
		||||
      - ./scripts/build-container.pl
 | 
			
		||||
  - name: Sync pictures from lfs to Minio
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9665015b44590b7ce2139f7acbad23af6628fff3
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - Test a build
 | 
			
		||||
    environment:
 | 
			
		||||
@@ -68,7 +68,7 @@ steps:
 | 
			
		||||
      - echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
 | 
			
		||||
      - ./scripts/upload-media.pl
 | 
			
		||||
  - name: Deploy the application
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9665015b44590b7ce2139f7acbad23af6628fff3
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - Build and push the docker image
 | 
			
		||||
      - Sync pictures from lfs to Minio
 | 
			
		||||
@@ -84,7 +84,7 @@ steps:
 | 
			
		||||
    commands:
 | 
			
		||||
      - ./scripts/deploy-app.pl
 | 
			
		||||
  - name: Cleanup everything
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
 | 
			
		||||
    image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9665015b44590b7ce2139f7acbad23af6628fff3
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - Deploy the application
 | 
			
		||||
    environment:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
[submodule "src/themes/papermod"]
 | 
			
		||||
	path = src/themes/papermod
 | 
			
		||||
	url = https://github.com/adityatelange/hugo-PaperMod.git
 | 
			
		||||
	branch = v7.0
 | 
			
		||||
	branch = master
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
FROM git.badhouseplants.net/badhouseplants/hugo-container:dd6475f3c99b450d334d3377f3c1a1474a341ba7
 | 
			
		||||
FROM git.badhouseplants.net/badhouseplants/hugo-container:43fd807fea2238853f48f95a435081d88857bb79
 | 
			
		||||
WORKDIR /src
 | 
			
		||||
COPY ./src /src
 | 
			
		||||
ENTRYPOINT ["hugo"]
 | 
			
		||||
 
 | 
			
		||||
 Submodule src/themes/papermod updated: 25e5b4d298...aa7905eaca
									
								
							
		Reference in New Issue
	
	Block a user