* Seperating build stages
This commit is contained in:
parent
3676b13411
commit
d87d689f03
@ -1,6 +1,7 @@
|
|||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- pages
|
||||||
|
- build
|
||||||
|
|
||||||
# Builds out the intended zip package
|
# Builds out the intended zip package
|
||||||
package:
|
package:
|
||||||
@ -23,7 +24,7 @@ package:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: shockrah/website:latest
|
image: shockrah/website:latest
|
||||||
stage: deploy
|
stage: pages
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user