Skip to content

master data and field update changes #448

master data and field update changes

master data and field update changes #448

name: Deployment on the Tekdi Frontend Server
on:
push:
branches:
- release-1.0.0
jobs:
TEKDI-QA-DEPLOYMENT:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_NAME_TEKDI }}
username: ${{ secrets.USERNAME_TEKDI }}
key: ${{ secrets.EC2_SSH_KEY_TEKDI }}
port: ${{ secrets.PORT_TEKDI }}
script: |
cd ${{ secrets.TARGET_DIR_TEKDI }}
if [ -f .env ]; then
rm .env
fi
echo "${{ secrets.QA_ENV }}" > .env
ls -ltra
./deploy.sh

Check failure on line 25 in .github/workflows/tekdi-server-deployment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tekdi-server-deployment.yaml

Invalid workflow file

You have an error in your yaml syntax on line 25