File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed
Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1- # see https://hub.docker.com/r/hypernode/deploy/tags for all possible tags
2- # pin the image to a specific version to stay in control with updates
3- image : hypernode/deploy:alpha
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
43
54stages :
65 - build
Original file line number Diff line number Diff line change 1- # see https://hub.docker.com/r/hypernode/deploy/tags for all possible tags
2- # pin the image to a specific version to stay in control with updates
3- image : hypernode/deploy:alpha
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
43
54pipelines :
65 branches :
Original file line number Diff line number Diff line change 1515defaults :
1616 run :
1717 shell : bash
18+ container : quay.io/hypernode/deploy:2.0-php8.1-node18
1819
1920jobs :
2021 build :
2122 runs-on : ubuntu-latest
22- container : docker.hypernode.com/hypernode/docker:alpha
2323 steps :
2424 - uses : actions/checkout@v2
2525 - uses : actions/cache@v2
@@ -29,17 +29,18 @@ jobs:
2929 - uses : webfactory/ssh-agent@v0.5.4
3030 with :
3131 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
32- - run : hipex-deploy build -vvv
32+ - run : hypernode-deploy build -vvv
33+ env :
34+ DEPLOY_COMPOSER_AUTH : ${{ secrets.DEPLOY_COMPOSER_AUTH }}
3335 - name : archive production artifacts
3436 uses : actions/upload-artifact@v3
3537 with :
3638 name : deployment-build
3739 path : build/build.tgz
3840
39- deploy_staging :
41+ deploy :
4042 needs : build
4143 runs-on : ubuntu-latest
42- container : docker.hypernode.com/hypernode/docker:alpha
4344 steps :
4445 - uses : actions/checkout@v2
4546 - name : download build artifact
5354 - run : mkdir -p $HOME/.ssh
5455 - name : deploy to staging
5556 if : github.ref == 'refs/heads/staging'
56- run : hipex -deploy deploy staging -vvv
57+ run : hypernode -deploy deploy staging -vvv
5758 - name : deploy to production
5859 if : github.ref == 'refs/heads/master'
59- run : hipex-deploy deploy production -vvv
60-
60+ run : hypernode-deploy deploy production -vvv
You can’t perform that action at this time.
0 commit comments