Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action workflow stuck suddenly stuck at some point and loading and loading. #42

Open
ravismakwana opened this issue Jul 24, 2024 · 0 comments

Comments

@ravismakwana
Copy link

Yes, there is no error showing while running the GitHub workflow, it was working before a week ago with same code.
any one have idea about this?

automation-live.yml

name: Commit on AWS EC2
on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - name: Copy folder content recursively to remote
        uses: garygrossgarten/github-action-scp@release
        with:
          local: ../../website/website/
          remote: /opt/bitnami/wordpress/wp-content/themes
          host: 35.159.119.129
          username: bitnami
          privateKey: ${{ secrets.PRODUCTION_KEY }}
      - name: ls -a via ssh
        uses: fifsky/ssh-action@master
        with:
          command: |
            cd /opt/bitnami/wordpress/wp-content/themes/sherpa
            gulp
          host: 35.159.119.129
          user: bitnami
          key: ${{ secrets.PRODUCTION_KEY}}

I use this yml file where it was working before, don't know how can I solve this.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant