Fixed
This commit is contained in:
		
							parent
							
								
									011564a200
								
							
						
					
					
						commit
						71b152db4b
					
				
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							@ -8,19 +8,6 @@ trigger:
 | 
			
		||||
 | 
			
		||||
# STAGING!!!!!!!!!!!!!
 | 
			
		||||
steps:
 | 
			
		||||
- name: upload
 | 
			
		||||
  image: plugins/s3
 | 
			
		||||
  settings:
 | 
			
		||||
    bucket: internetica-galactica
 | 
			
		||||
    access_key:
 | 
			
		||||
      from_secret: scw_access_key_id
 | 
			
		||||
    secret_key:
 | 
			
		||||
      from_secret: scw_secret_access_key
 | 
			
		||||
    endpoint: https://s3.nl-ams.scw.cloud
 | 
			
		||||
    region: nl-ams
 | 
			
		||||
    source: web/**/*
 | 
			
		||||
    target: /
 | 
			
		||||
    acl: public-read
 | 
			
		||||
- name: docker
 | 
			
		||||
  image: plugins/docker
 | 
			
		||||
  settings:
 | 
			
		||||
 | 
			
		||||
@ -57,7 +57,6 @@ func main() {
 | 
			
		||||
			"/web/static/havakana.css",
 | 
			
		||||
			"/web/static/form.css",
 | 
			
		||||
		},
 | 
			
		||||
		Resources:          app.RemoteBucket("https://internetica-galactica.s3.nl-ams.scw.cloud"),
 | 
			
		||||
		CacheableResources: []string{},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user