File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# See https://quay.io/repository/hypernode/deploy?tab=tags for all possible tags.
2- image : quay.io/hypernode/deploy:2.0 -php8.1 -node18
2+ image : quay.io/hypernode/deploy:3 -php8.2 -node18
33
44stages :
55 - build
Original file line number Diff line number Diff line change 11# See https://quay.io/repository/hypernode/deploy?tab=tags for all possible tags.
2- image : quay.io/hypernode/deploy:2.0 -php8.1 -node18
2+ image : quay.io/hypernode/deploy:3 -php8.2 -node18
33
44pipelines :
55 branches :
Original file line number Diff line number Diff line change 1515jobs :
1616 build :
1717 runs-on : ubuntu-latest
18- container : quay.io/hypernode/deploy:2.0 -php8.1 -node18
18+ container : quay.io/hypernode/deploy:3 -php8.2 -node18
1919 steps :
20- - uses : actions/checkout@v2
21- - uses : actions/cache@v2
20+ - uses : actions/checkout@v3
21+ - uses : actions/cache@v3
2222 with :
2323 path : /tmp/composer-cache
2424 key : ${{ runner.os }}-composer
25- - uses : webfactory/ssh-agent@v0.5.4
25+ - uses : webfactory/ssh-agent@v0.7.0
2626 with :
2727 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
2828 - run : hypernode-deploy build -vvv
@@ -37,15 +37,15 @@ jobs:
3737 deploy :
3838 needs : build
3939 runs-on : ubuntu-latest
40- container : quay.io/hypernode/deploy:2.0 -php8.1 -node18
40+ container : quay.io/hypernode/deploy:3 -php8.2 -node18
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 - name : download build artifact
4444 uses : actions/download-artifact@v3
4545 with :
4646 name : deployment-build
4747 path : build/
48- - uses : webfactory/ssh-agent@v0.5.4
48+ - uses : webfactory/ssh-agent@v0.7.0
4949 with :
5050 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
5151 - run : mkdir -p $HOME/.ssh
You can’t perform that action at this time.
0 commit comments