diff --git a/.github/workflows/prod-pratham-deployment.yaml b/.github/workflows/prod-pratham-deployment.yaml deleted file mode 100644 index 044b898b..00000000 --- a/.github/workflows/prod-pratham-deployment.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Deployment on the Pratham-dev Frontend Server -on: - workflow_dispatch: -jobs: - PRATHAM-DEV-DEPLOYMENT: - runs-on: ubuntu-latest - timeout-minutes: 15 - steps: - - name: Deploy Stack - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.HOST_NAME_DEV }} - username: ${{ secrets.USERNAME_DEV }} - key: ${{ secrets.EC2_SSH_KEY_DEV }} - port: ${{ secrets.PORT_DEV }} - script: | - cd ${{ secrets.TARGET_DIR_DEV }} - if [ -f .env ]; then - rm .env - fi - echo "${{ secrets.DEV_ENV }}" > .env - ls -ltra - ./deploy.sh \ No newline at end of file