File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
stages :
5
5
- build
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
pipelines :
5
5
branches :
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
build :
17
17
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
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - uses : actions/cache@v2
20
+ - uses : actions/checkout@v3
21
+ - uses : actions/cache@v3
22
22
with :
23
23
path : /tmp/composer-cache
24
24
key : ${{ runner.os }}-composer
25
- - uses : webfactory/ssh-agent@v0.5.4
25
+ - uses : webfactory/ssh-agent@v0.7.0
26
26
with :
27
27
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
28
28
- run : hypernode-deploy build -vvv
@@ -37,15 +37,15 @@ jobs:
37
37
deploy :
38
38
needs : build
39
39
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
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v3
43
43
- name : download build artifact
44
44
uses : actions/download-artifact@v3
45
45
with :
46
46
name : deployment-build
47
47
path : build/
48
- - uses : webfactory/ssh-agent@v0.5.4
48
+ - uses : webfactory/ssh-agent@v0.7.0
49
49
with :
50
50
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
51
51
- run : mkdir -p $HOME/.ssh
You can’t perform that action at this time.
0 commit comments