You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
every deploy is 20 min. when I push a file github. Just I edit a file. Why do I wait 20 min after deploy? What is wrong?
I think If I changed a file. just It should deploy in server. right?
It should track what are the files that are already been uploaded and leave a fingerprint like SHA256 and compare the changes for the next upload, this time it will only be the changed file that will be uploaded. And also the files that are deleted.
Hello
every deploy is 20 min. when I push a file github. Just I edit a file. Why do I wait 20 min after deploy? What is wrong?
I think If I changed a file. just It should deploy in server. right?
on:
push:
branches: [ "develop" ]
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
The text was updated successfully, but these errors were encountered: