Skip to content

feat(CD): remove debug Actions jobs #4

feat(CD): remove debug Actions jobs

feat(CD): remove debug Actions jobs #4

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches: [ staging ]
jobs:
continuous-deployment:
runs-on: ubuntu-latest
steps:
- name: Executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_DNS }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.EC2_SSH_KEY }}
script: |
cd /home/ubuntu/dist
git pull origin staging
./scripts/build.sh