1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-09-09 18:34:23 +00:00

6 Commits

Author SHA1 Message Date
05b3a5c841 Merge pull request #83 from dokku/josegonzalez-patch-1
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:46 -04:00
f415d7d80d chore: update actions/checkout from v4 to v5 2025-09-03 00:32:31 -04:00
cf60a30bc8 Merge pull request #82 from dokku/josegonzalez-patch-1
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:20 -04:00
f77b6db3a0 chore: update actions/checkout from v4 to v5 2025-09-03 00:32:05 -04:00
f2bbc7f0a0 Merge pull request #81 from dokku/josegonzalez-patch-1
chore: rename workflow from build to deploy
2025-09-03 00:31:02 -04:00
c1c5ed2d9e chore: rename workflow from build to deploy 2025-09-03 00:30:16 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: 'review-app' name: 'deploy'
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on:
@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cloning repo - name: Cloning repo
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Cloning repo - name: Cloning repo
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0