Closed TD-CSK closed 3 years ago
Hi @TD-CSK! Could you please provide a bit more details:
I've tried the following steps, and for me, they run just fine except for the last step since I don't have any package.json:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#
# ... your other steps, such as running tests, etc...
#
- name: Set up SSH
run: |
mkdir -p ~/.ssh/
echo "dasdsadasd" > ./deploy.key
sudo chmod 600 ./deploy.key
echo "10.74.5.6" > ~/.ssh/known_hosts
shell: bash
- name: Install PM2
run: sudo npm i pm2 -g
- name: Deploy
run: npm run deploy
Hi @TD-CSK, I am closing this issue due to no reply in a long time. Please, feel free to let us know if the issue will appear again. Thanks.
Description
I changed only repository name in ecosystem.config.js. When I switched it back, nothing changes. I still get this error.
Area for Triage:
Deployment/Release
Question, Bug, or Feature?:
Question
Virtual environments affected
Ubuntu 20.04
Image version latest
Expected behavior
I expected job to be run.
Actual behavior
Job crashes in 3-5 seconds.
Repro steps
I just changed name if the repo from https://... to git@... Then I changed it back, but it didn't help