|
|
@@ -48,9 +48,9 @@ steps:
|
|
|
password: $jgkj001
|
|
|
debug: true
|
|
|
script:
|
|
|
- - export PATH=/usr/local/bin:$PATH
|
|
|
- - echo $PATH
|
|
|
+ - cd /www/wwwroot/railway-web.iamsee.com/release
|
|
|
- docker build -t iamsee/gdsc-web:1.0.0 .
|
|
|
+ - docker save -o gdsc-web:1.0.0.tar gdsc-web:1.0.0
|
|
|
volumes:
|
|
|
- name: cache # The name use in this pipeline,
|
|
|
host:
|