We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
I use this yml file where it was working before, don't know how can I solve this.
The text was updated successfully, but these errors were encountered: