Compare commits

..

No commits in common. "b98f7bc7af695dda241adf0c3003ada728fbdc30" and "c2cc600c8ddaeafc353b338261d5d9ff1bd9d714" have entirely different histories.

View file

@ -26,7 +26,7 @@ jobs:
needs: [build] needs: [build]
if: github.ref == 'refs/heads/develop' if: github.ref == 'refs/heads/develop'
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
- name: Install Dependencies - name: Install Dependencies
run: which lftp || ( apk --update add lftp ) run: which lftp || ( apk --update add lftp )
- name: Deploy Website - name: Deploy Website
@ -43,7 +43,7 @@ jobs:
needs: [build] needs: [build]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
- name: Install Dependencies - name: Install Dependencies
run: which lftp || ( apk --update add lftp ) run: which lftp || ( apk --update add lftp )
- name: Deploy Website - name: Deploy Website