Explorar el Código

Merge branch 'master' of github.com:Python3WebSpider/ProxyPool

Germey hace 6 años
padre
commit
4a843397f3
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      .github/workflows/build.yml
  2. 1 1
      deployment.yml

+ 5 - 0
.github/workflows/build.yml

@@ -19,3 +19,8 @@ jobs:
       run: docker-compose build
     - name: Push the Docker Image
       run: docker-compose push
+    - name: Tag and Push Master Version
+      run: |
+        docker tag germey/proxypool germey/proxypool:master
+        docker push germey/proxypool:master
+      

+ 1 - 1
deployment.yml

@@ -12,7 +12,7 @@ metadata:
 spec:
   storageClassName: azure-file
   accessModes:
-    - ReadWriteMany
+    - ReadWriteOnce
   resources:
     requests:
       storage: 2Gi