test ci cd for front emv
This commit is contained in:
@@ -34,6 +34,10 @@ jobs:
|
|||||||
mkdir -p /root/hshop/backend/
|
mkdir -p /root/hshop/backend/
|
||||||
printf "%s" "${{ secrets.ENV_FILE_CONTENT }}" > /root/hshop/backend/.env.local
|
printf "%s" "${{ secrets.ENV_FILE_CONTENT }}" > /root/hshop/backend/.env.local
|
||||||
|
|
||||||
|
mkdir -p /root/hshop/frontend/
|
||||||
|
printf "%s" "${{ secrets.FRONTEND_ENV }}" > /root/hshop/frontend/.env
|
||||||
|
|
||||||
|
|
||||||
- name: Build and start Docker containers
|
- name: Build and start Docker containers
|
||||||
uses: appleboy/ssh-action@v0.1.6
|
uses: appleboy/ssh-action@v0.1.6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user