Compare commits

...

18 Commits

Author SHA1 Message Date
popovskik ba821a898a Merge pull request 'feat(press): link-only press kit for Meet Student Slovenia 2026' (#41) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 22s Details
Reviewed-on: #41
2026-09-02 15:55:24 +00:00
popovskik 4addacd030 Merge pull request 'feat(press): link-only press kit for Meet Student Slovenia 2026' (#40) from kristijan-dev into develop
Deploy to Production on Develop Push / deploy (push) Successful in 29s Details
Reviewed-on: #40
2026-09-02 15:50:38 +00:00
popovskik 0e5071394b Merge pull request 'develop' (#39) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 21s Details
Reviewed-on: #39
2026-08-30 13:48:16 +00:00
popovskik af33346ba3 Merge pull request 'kristijan-dev' (#38) from kristijan-dev into develop
Deploy to Production on Develop Push / deploy (push) Successful in 22s Details
Reviewed-on: #38
2026-08-30 13:47:56 +00:00
popovskik 72c7db693c Merge pull request 'develop' (#37) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 21s Details
Reviewed-on: #37
2026-08-30 10:52:51 +00:00
popovskik 88ea5fcad5 Merge pull request 'chore(seo): disable preferred-sources hub pill until Top Stories eligible' (#36) from kristijan-dev into develop
Deploy to Production on Develop Push / deploy (push) Successful in 23s Details
Reviewed-on: #36
2026-08-30 10:52:27 +00:00
popovskik 1b77d74a1b Merge pull request 'develop' (#35) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 23s Details
Reviewed-on: #35
2026-08-30 09:31:33 +00:00
popovskik 0939e15f4c Merge pull request 'feat(seo): add Google Preferred Sources button + footer link' (#34) from kristijan-dev into develop
Deploy to Production on Develop Push / deploy (push) Successful in 21s Details
Reviewed-on: #34
2026-08-30 09:28:52 +00:00
popovskik e6df74b04a Merge pull request 'develop' (#32) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 25s Details
Reviewed-on: #32
2026-08-30 08:22:12 +00:00
popovskik 60a943a993 Merge pull request 'Publish QA + brand fixes to production' (#30) from popovskik/publish-instagram-overlay-fix into master
Deploy to Production on Master Push / deploy (push) Successful in 22s Details
Reviewed-on: #30
2026-08-27 19:45:01 +00:00
popovskik 347717f0b3 Merge pull request 'Publish: mobile overlay fix, cache-busting, + QA fixes (SI hero, footer, contrast, iOS inputs)' (#29) from popovskik/publish-instagram-overlay-fix into master
Deploy to Production on Master Push / deploy (push) Successful in 21s Details
Reviewed-on: #29
2026-08-27 18:38:00 +00:00
popovskik ba839daa98 Merge pull request 'Publish: Ask-MSOS pill yields to cookie/language banners (in-app browser fix)' (#28) from popovskik/publish-instagram-overlay-fix into master
Deploy to Production on Master Push / deploy (push) Successful in 20s Details
Reviewed-on: #28
2026-08-27 16:25:14 +00:00
popovskik 360cb1fc86 Merge pull request 'Publish to production: MSS 2026 fixes, blog/news cards, mobile UI, Capital sponsor, SI guide' (#27) from popovskik/publish-to-production-2026-08-27 into master
Deploy to Production on Master Push / deploy (push) Successful in 21s Details
Reviewed-on: #27
2026-08-27 15:49:01 +00:00
popovskik c384896389 Merge pull request 'develop' (#25) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 21s Details
Reviewed-on: #25
2026-08-27 10:23:55 +00:00
popovskik e92d71d4ee Merge pull request 'Release: MSS 2026 + privacy processor disclosure → production.' (#23) from develop into master
Deploy to Production on Master Push / deploy (push) Successful in 23s Details
Reviewed-on: #23
2026-08-27 06:03:25 +00:00
Mark 42515a38d8 Merge develop into master
Deploy to Production on Master Push / deploy (push) Successful in 23s Details
2026-08-26 20:22:11 +02:00
popovskik eb4065cf68 Merge pull request 'Publish CMS foundation + 2025–2026 events/content (excludes MSS 2026)' (#18) from release/publish-cms-content into master
Deploy to Production on Master Push / deploy (push) Successful in 25s Details
Reviewed-on: #18
2026-08-25 22:18:42 +00:00
Mark 312d2348a6 ci: add master deploy pipeline (deploys to TARGET_MASTER_DIR)
Deploy to Production on Master Push / deploy (push) Successful in 22s Details
2026-08-24 23:19:54 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name: Deploy to Production on Develop Push name: Deploy to Production on Master Push
on: on:
push: push:
branches: branches:
- develop - master
jobs: jobs:
deploy: deploy:
@ -47,4 +47,4 @@ jobs:
--exclude="tools/" \ --exclude="tools/" \
-e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \ -e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
./ \ ./ \
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_MASTER_DIR }}