CI/CD
This commit is contained in:
@@ -79,6 +79,6 @@ jobs:
|
|||||||
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{ secrets.SERVER_SSH_PORT }} << 'EOF'
|
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{ secrets.SERVER_SSH_PORT }} << 'EOF'
|
||||||
cd application/Frontend
|
cd application/Frontend
|
||||||
git pull origin production
|
git pull origin production
|
||||||
docker compose -f docker-compose-prod.yml down
|
docker-compose -f docker-compose-prod.yml down
|
||||||
docker compose -f docker-compose-prod.yml up -d --build
|
docker-compose -f docker-compose-prod.yml up -d --build
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user