mirror of
https://github.com/open-webui/open-webui
synced 2025-04-16 13:39:39 +00:00
Dockerfile update for GCP 9
This commit is contained in:
parent
48b06e607c
commit
edba594d64
16
.github/workflows/docker-build-push.yml
vendored
16
.github/workflows/docker-build-push.yml
vendored
@ -58,6 +58,14 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create directory on EC2 if it doesn't exist
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.PROD_EC2_HOST }}
|
||||
username: ${{ secrets.PROD_EC2_USERNAME }}
|
||||
key: ${{ secrets.PROD_EC2_SSH_KEY }}
|
||||
script: mkdir -p ~/beyond-the-loop
|
||||
|
||||
- name: Copy docker-compose file to EC2
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
@ -99,6 +107,14 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create directory on EC2 if it doesn't exist
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.STAGING_EC2_HOST }}
|
||||
username: ${{ secrets.STAGING_EC2_USERNAME }}
|
||||
key: ${{ secrets.STAGING_EC2_SSH_KEY }}
|
||||
script: mkdir -p ~/beyond-the-loop
|
||||
|
||||
- name: Copy docker-compose file to EC2
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user