sub domain deploy for branches 9
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -47,14 +47,14 @@ jobs:
|
|||||||
echo $APP_NAME
|
echo $APP_NAME
|
||||||
|
|
||||||
- name: Upload .env file
|
- name: Upload .env file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: env-file
|
name: env-file
|
||||||
path: .env
|
path: .env
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Download .env file
|
- name: Download .env file
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: env-file
|
name: env-file
|
||||||
path: .
|
path: .
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Download .env file
|
- name: Download .env file
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: env-file
|
name: env-file
|
||||||
path: .
|
path: .
|
||||||
|
|||||||
Reference in New Issue
Block a user